aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/patch-inst.xml
blob: 6a1d5d5cb5f95bb72f8c225aeac07c3f950a5d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of Patch</title>

<para>Install Patch by running the following commands:</para>

<para><screen><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure --prefix=$LFS/usr &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>

</sect2>