mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
fde5bc7ead
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
13 lines
311 B
XML
13 lines
311 B
XML
<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>
|
|
|