2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gzip</title>
|
|
|
|
|
|
|
|
<para>
|
2001-03-25 09:46:07 +01:00
|
|
|
Before Gzip is installed, the gzip patch file needs to be unpacked.
|
2001-01-24 00:31:17 +00:00
|
|
|
</para>
|
|
|
|
|
2001-07-06 16:25:48 +01:00
|
|
|
<para>
|
|
|
|
<screen>
|
|
|
|
<userinput>patch -Np1 -i ../gzip-&gzip-version;.patch &&</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 $LFS/bin &&</userinput>
|
|
|
|
<userinput>rm $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput>
|
|
|
|
</screen>
|
|
|
|
</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|