2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gzip</title>
|
|
|
|
|
2001-07-23 11:46:04 +01:00
|
|
|
<para>Before Gzip is installed, the gzip patch file needs to be
|
2001-08-08 21:05:18 +01:00
|
|
|
unpacked.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../gzip-&gzip-version;.patch &&</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput>./configure --prefix=$LFS/usr &&</userinput>
|
|
|
|
<userinput>make LDFLAGS=-static &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
2001-08-23 23:38:49 +01:00
|
|
|
<userinput>cp -f $LFS/usr/bin/gunzip $LFS/usr/bin/gzip $LFS/bin &&</userinput>
|
|
|
|
<userinput>rm -f $LFS/usr/bin/gunzip $LFS/usr/bin/gzip</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|