aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/patch-inst.xml
blob: 2700e65e0f654cee2ecb8388f1e2447bd8193401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Patch</title>

<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE CFLAGS="-O2 -pipe" \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/stage1
make LDFLAGS="-s"
make install</userinput></screen></para>


</sect2>