Author: dj
Date: 2012-03-25 12:59:15 -0600 (Sun, 25 Mar 2012)
New Revision: 9761

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/audiofile.xml
Log:
fix audiofile compilation error with new gcc

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-03-25 18:29:56 UTC 
(rev 9760)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-03-25 18:59:15 UTC 
(rev 9761)
@@ -65,6 +65,9 @@
         <listitem>
           <para>[krejzi] - pidgin 2.10.2.</para>
         </listitem>
+        <listitem>
+          <para>[dj] - fix audiofile compilation error with new gcc.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/multimedia/libdriv/audiofile.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/audiofile.xml 2012-03-25 18:29:56 UTC (rev 
9760)
+++ trunk/BOOK/multimedia/libdriv/audiofile.xml 2012-03-25 18:59:15 UTC (rev 
9761)
@@ -33,7 +33,7 @@
     audio file libraries and two sound file support programs. These are useful
     to support basic sound file formats.</para>
 
-    &lfs70_checked;
+    &lfs71_built;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -76,7 +76,7 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr &amp;&amp;
-make</userinput></screen>
+make LDFLAGS+=-lm</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to