aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/diffutils-inst.xml2
-rw-r--r--index.xml4
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 02fc27278..ebd7a6f96 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,9 @@
</para></listitem>
+<listitem><para>April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added
+--disable-nls</para></listitem>
+
<listitem><para>April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the
missing package descriptions.</para></listitem>
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml
index d0266cf73..57ea4e444 100644
--- a/chapter05/diffutils-inst.xml
+++ b/chapter05/diffutils-inst.xml
@@ -8,7 +8,7 @@ can also be used for other glibc versions so if you aren't sure, then
use the first version.</para>
<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;
-./configure --prefix=$LFS/usr &amp;&amp;
+./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
unset CPPFLAGS &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
diff --git a/index.xml b/index.xml
index 1da82e15a..e5ad4e22e 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020403">
-<!ENTITY releasedate "April 3rd, 2002">
+<!ENTITY version "20020404">
+<!ENTITY releasedate "April 4th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">