diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-04 18:16:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-04 18:16:03 +0000 |
commit | 6f23ae92a1557ac7595e047a803e0e1842c88ba4 (patch) | |
tree | 8e62e3be5f2154609fc160069df6b3209bc66f3f | |
parent | aa3b569bfbae2deb9bd452b3716b3041fc766f65 (diff) |
added --disable-nls to diffutils install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/diffutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index 57ea4e444..c606e0db9 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -16,7 +16,7 @@ make install</userinput></screen></para> <para>If you are using a newer glibc version (2.2.x), you can use the following commands to install Diffutils:</para> -<para><screen><userinput>./configure --prefix=$LFS/usr && +<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls && make LDFLAGS=-static && make install</userinput></screen></para> |