|
@@ -3,7 +3,9 @@
|
|
|
|
|
|
<para>Install Patch by running the following commands:</para>
|
|
<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 LDFLAGS=-static &&
|
|
make install</userinput></screen></para>
|
|
make install</userinput></screen></para>
|
|
|
|
|