aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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
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')
-rw-r--r--chapter06/gettext.xml2
-rw-r--r--chapter06/patch.xml7
2 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index 018d53476..2e7b6a080 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -27,7 +27,7 @@ localization. These allow programs to be compiled with Native Language Support
<para>To have the results tested, issue:
<userinput>make check</userinput>. This takes a very long time, around
-6 SBUs.</para>
+7 SBUs.</para>
<para>And install the package:</para>
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>