From aa3b569bfbae2deb9bd452b3716b3041fc766f65 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 4 Apr 2002 18:15:17 +0000 Subject: added --disable-nls to diffutils install git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/diffutils-inst.xml | 2 +- index.xml | 4 ++-- 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 @@ +April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added +--disable-nls + April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the missing package descriptions. 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. export CPPFLAGS=-Dre_max_failures=re_max_failures2 && -./configure --prefix=$LFS/usr && +./configure --prefix=$LFS/usr --disable-nls && unset CPPFLAGS && make LDFLAGS=-static && make install diff --git a/index.xml b/index.xml index 1da82e15a..e5ad4e22e 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf