mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
changed patch CPPFLAGS part to match how it's done with for example
chapter5/sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
18b846f5f6
commit
b6e5dcfd09
@ -3,7 +3,9 @@
|
||||
|
||||
<para>Install Patch by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure --prefix=$LFS/usr &&
|
||||
<para><screen><userinput>export CPPFLAGS=-D_GNU_SOURCE &&
|
||||
./configure --prefix=$LFS/usr &&
|
||||
unset CPPFLAGS &&
|
||||
make LDFLAGS=-static &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
@ -3,7 +3,9 @@
|
||||
|
||||
<para>Install Patch by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure --prefix=/usr &&
|
||||
<para><screen><userinput>export CPPFLAGS=-D_GNU_SOURCE &&
|
||||
./configure --prefix=/usr &&
|
||||
unset CPPFLAGS &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user