diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:29:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:29:32 +0000 |
commit | 5834d1c8c9d290dd4e8de2656d628bc04eb67f27 (patch) | |
tree | ccd2360c9d0caef21a3c0d188096db88c33bce44 /chapter05/gzip-inst.xml | |
parent | e14b63e28ae530d8cd59a746f125e6e616bacd57 (diff) |
Removed --disable-nls from configure, was not needed here
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gzip-inst.xml')
-rw-r--r-- | chapter05/gzip-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 0b9c58409..d329c0b8d 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -8,8 +8,7 @@ Before you install Gzip you have to unpack the gzip patch file. <blockquote><literallayout> <userinput>patch -Np1 -i ../gzip-1.2.4a.patch &&</userinput> - <userinput>./configure --prefix=$LFS/usr --disable-nls - &&</userinput> + <userinput>./configure --prefix=$LFS/usr &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install &&</userinput> <userinput>cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip |