aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/patch.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2006-03-03 23:10:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2006-03-03 23:10:02 +0000
commit8a5d617f97f43f5d13065a8fc79a7864b0afd956 (patch)
treec998deb2e7ff0a8600732c18c7eb7a115e5b6ffb /chapter05/patch.xml
parent28bb0402a6ef3bc959176f591e26647fe3ba73b3 (diff)
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
Diffstat (limited to 'chapter05/patch.xml')
-rw-r--r--chapter05/patch.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index 47cec290a..f402f0808 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -43,11 +43,7 @@
<para>Prepare Patch for compilation:</para>
-<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./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>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Compile the package:</para>