blob: d329c0b8d0e750db764ac9dfb22e105a42b5596f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<sect2>
<title>Installation of Gzip</title>
<para>
Before you install Gzip you have to unpack the gzip patch file.
</para>
<blockquote><literallayout>
<userinput>patch -Np1 -i ../gzip-1.2.4a.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>
</literallayout></blockquote>
</sect2>
|