mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
More tags
Fix gstreamer-1.0.9 to work with Bison-3.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11665 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2dcc08c020
commit
a8f0cdf5aa
@ -38,7 +38,7 @@
|
||||
<xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav plugins.
|
||||
</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
&gst-compat;
|
||||
|
||||
@ -108,7 +108,11 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>sed -i -e '/YYLEX_PARAM/d' \
|
||||
-e '/parse-param.*scanner/i %lex-param { void *scanner }' \
|
||||
gst/parse/grammar.y &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer &gstreamer10-version; BLFS" \
|
||||
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &&
|
||||
@ -126,6 +130,17 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ... gst/parse/grammar.y</command>: This command corrects
|
||||
a problem caused by the most recent version of Bison.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
failure. <application>Dash</application> is also useful for checking that
|
||||
a script is completely compatible with POSIX syntax.</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -36,7 +36,7 @@
|
||||
and also because some programs require the C shell in order to perform
|
||||
installation tasks.</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -37,7 +37,7 @@
|
||||
<application>zsh</application> most closely resembles
|
||||
<application>ksh</application> but includes many enhancements.</para>
|
||||
|
||||
&lfs73_checked;
|
||||
&lfs74_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user