Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson for the patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2006-03-03 23:10:02 +00:00
parent 28bb0402a6
commit 8a5d617f97
2 changed files with 11 additions and 5 deletions

View File

@ -36,6 +36,16 @@
</listitem> </listitem>
--> -->
<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> <listitem>
<para>Febraury 27, 2006</para> <para>Febraury 27, 2006</para>
<itemizedlist> <itemizedlist>

View File

@ -43,11 +43,7 @@
<para>Prepare Patch for compilation:</para> <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> <para>Compile the package:</para>