mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
b6e5dcfd09
chapter5/sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
326 B
XML
14 lines
326 B
XML
<sect2>
|
|
<title>Installation of Patch</title>
|
|
|
|
<para>Install Patch by running the following commands:</para>
|
|
|
|
<para><screen><userinput>export CPPFLAGS=-D_GNU_SOURCE &&
|
|
./configure --prefix=$LFS/usr &&
|
|
unset CPPFLAGS &&
|
|
make LDFLAGS=-static &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|