aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/patch-inst.xml
blob: 9142a23bf4d45310c6ae80f3a9d37b53984b7844 (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 \
&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>