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.
patch -Np1 -i ../gzip-1.2.4a.patch && - ./configure --prefix=$LFS/usr --disable-nls - && + ./configure --prefix=$LFS/usr && make LDFLAGS=-static && make install && cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip