Author: gdalziel
Date: 2009-07-21 04:55:19 -0600 (Tue, 21 Jul 2009)
New Revision: 7854
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libmad.xml
Log:
Added sed to libmad to remove the use of obsolete -fforce-mem.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-20 16:33:01 UTC (rev 7853)
+++ trunk/BOOK/general.ent 2009-07-21 10:55:19 UTC (rev 7854)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "20"> <!-- Always 2 digits -->
+<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "July &day;th, &year;">
+<!ENTITY releasedate "July &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-20 16:33:01 UTC
(rev 7853)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-21 10:55:19 UTC
(rev 7854)
@@ -41,20 +41,30 @@
-->
<listitem>
+ <para>July 21st, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gdalziel] - Added sed to remove obsolete -fforce-mem from
+ libmad.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 20th, 2009</para>
<itemizedlist>
<listitem>
- <para>[gdalziel] - Added --enable-nasm to command explanations in
lame
- </para>
+ <para>[gdalziel] - Added --enable-nasm to command explanations in
+ lame.</para>
</listitem>
<listitem>
- <para>[gdalziel] - Updated to libmpeg3-1.8</para>
+ <para>[gdalziel] - Updated to libmpeg3-1.8.</para>
</listitem>
<listitem>
- <para>[gdalziel] - Updated to libvorbis-1.2.3</para>
+ <para>[gdalziel] - Updated to libvorbis-1.2.3.</para>
</listitem>
<listitem>
- <para>[gdalziel] - Updated to libogg-1.1.4</para>
+ <para>[gdalziel] - Updated to libogg-1.1.4.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/libmad.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libmad.xml 2009-07-20 16:33:01 UTC (rev
7853)
+++ trunk/BOOK/multimedia/libdriv/libmad.xml 2009-07-21 10:55:19 UTC (rev
7854)
@@ -65,7 +65,8 @@
<para>Install <application>libmad</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>sed -i '/-fforce-mem/d' configure &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -97,6 +98,14 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><command>sed -i '/-fforce-mem/d'</command>: This removes an obsolete
+ compilation option that causes compilation to fail under GCC 4.4.x</para>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page