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:
Bruce Dubbs 2013-08-21 16:31:34 +00:00
parent 2dcc08c020
commit a8f0cdf5aa
4 changed files with 20 additions and 5 deletions

View File

@ -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 &amp;&amp;
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--with-package-name="GStreamer &gstreamer10-version; BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
@ -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>

View File

@ -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">

View File

@ -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">

View File

@ -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">