Installation of Gzip 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 && make LDFLAGS=-static && make install && cp $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin && rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip