Author: bdubbs
Date: 2011-09-04 15:11:07 -0600 (Sun, 04 Sep 2011)
New Revision: 9595

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/pkg-config.xml
Log:
Fix a broken popt function in pkg-config

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-09-04 15:37:25 UTC (rev 9594)
+++ trunk/BOOK/chapter01/changelog.xml  2011-09-04 21:11:07 UTC (rev 9595)
@@ -40,7 +40,10 @@
       <para>2011-09-04</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Supress sysvinit overwriting mountpoint from 
util-linux.
+          <para>[bdubbs] - Fix a broken popt function in pkg-config.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Suppress sysvinit overwriting mountpoint from 
util-linux.
           </para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/chapter06/pkg-config.xml
===================================================================
--- trunk/BOOK/chapter06/pkg-config.xml 2011-09-04 15:37:25 UTC (rev 9594)
+++ trunk/BOOK/chapter06/pkg-config.xml 2011-09-04 21:11:07 UTC (rev 9595)
@@ -51,7 +51,7 @@
 
     <para>Fix a problem with one of Pkg-config's tests:</para>
 
-<screen><userinput remap="pre">sed -i -e 
'21s/EXPECT_RETURN=1/EXPECT_RETURN=0/' 
check/check-cmd-options</userinput></screen>
+<screen><userinput remap="pre">sed -i -e '/!done/i/   longArg = NULL;' 
popt/popt.c</userinput></screen>
 
     <para>Prepare Pkg-config for compilation:</para>
 

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

Reply via email to