blob: 4528b7f2b1d31d70e26e00573cfce8d5e59131bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<sect2>
<title>Installation of Patch</title>
<para>Install Patch by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
./configure --prefix=$LFS/static &&
make LDFLAGS=-static &&
make install</userinput></screen></para>
</sect2>
|