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>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
2001-04-29 21:46:00 +01:00
|
|
|
<userinput>patch -Np1 -i ../gzip-&gzip-version;.patch
|
|
|
|
&&</userinput>
|
2001-03-10 04:29:32 +00:00
|
|
|
<userinput>./configure --prefix=$LFS/usr &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<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>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|