aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-14 14:53:12 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-14 14:53:12 +0000
commitc3dc67cdcf7eebbffd7d69de741251a0c08443a1 (patch)
treea37b132efebea419d0555696cb0e70ba007bd87c /chapter06/patch.xml
parentcd1ddd744ed1644f30d0dba09fdf49a14e0061b3 (diff)
Changing a few SBUs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r--chapter06/patch.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 57bb23a7a..8a8be965a 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -15,13 +15,12 @@
<sect2>
<title>Installation of Patch</title>
-<para>Prepare Patch for compilation:</para>
+<para>Prepare Patch for compilation (the preprocessor flag
+<emphasis>-D_GNU_SOURCE</emphasis> is only needed on PowerPCs, on other
+machines you can leave it out):</para>
<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen>
-<para>Again, the preprocessor flag <emphasis>-D_GNU_SOURCE</emphasis> is only
-needed on the PowerPC platform. On other architectures you can leave it out.</para>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>