Author: gerard
Date: 2006-03-03 16:10:02 -0700 (Fri, 03 Mar 2006)
New Revision: 7404
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/patch.xml
Log:
Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson for
the patch.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-03-03 19:28:20 UTC (rev 7403)
+++ trunk/BOOK/chapter01/changelog.xml 2006-03-03 23:10:02 UTC (rev 7404)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>March 3, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
+ to Dan Nicholson for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>Febraury 27, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/patch.xml
===================================================================
--- trunk/BOOK/chapter05/patch.xml 2006-03-03 19:28:20 UTC (rev 7403)
+++ trunk/BOOK/chapter05/patch.xml 2006-03-03 23:10:02 UTC (rev 7404)
@@ -43,12 +43,8 @@
<para>Prepare Patch for compilation:</para>
-<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure
--prefix=/tools</userinput></screen>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
- <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is
- only needed on the PowerPC platform. It can be left out on other
- architectures.</para>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page