LDP/LDP/retired/LFS/chapter05/patch-inst.xml

13 lines
311 B
XML
Raw Normal View History

2002-03-20 23:31:55 +00:00
<sect2>
<title>Installation of Patch</title>
<para>Install Patch by running the following commands:</para>
2002-10-07 16:04:19 +00:00
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static &amp;&amp;
2002-03-20 23:31:55 +00:00
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>