diff options
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 |