diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-01-30 23:57:20 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-01-30 23:57:20 +0000 |
commit | a8c18f252179f2e86c9bbb4b32918af9a76d08ea (patch) | |
tree | 57a30aa18044fe96a154f21da4bc273915d91911 | |
parent | 6da5dd75094f4c7f3dc92e562e95ff1fd74fccd1 (diff) |
fix explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/patch-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/patch-exp.xml b/chapter05/patch-exp.xml index 82a5489e8..12b36a78a 100644 --- a/chapter05/patch-exp.xml +++ b/chapter05/patch-exp.xml @@ -1,8 +1,8 @@ <sect2> <title>Command explanations</title> -<para><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE": </userinput> -Adding <userinput>-D_GNU_SOURCE</userinput> command before +<para><userinput>CPPFLAGS=-D_GNU_SOURCE: </userinput> +Adding <userinput>-D_GNU_SOURCE</userinput> to CPPFLAGS command before we configure patch fixes installation of the package on PPC and m68k platforms (that we know of). It also doesn't hurt compilation on other platforms (such as x86) so we do it by default.</para> |