diff options
Diffstat (limited to 'chapter05/patch-exp.xml')
-rw-r--r-- | chapter05/patch-exp.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/patch-exp.xml b/chapter05/patch-exp.xml index 12b36a78a..fc87079f0 100644 --- a/chapter05/patch-exp.xml +++ b/chapter05/patch-exp.xml @@ -2,10 +2,9 @@ <title>Command explanations</title> <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> +This flag fixes installation problems of this package on PPC and m68k +platforms (that we know of). It doesn't hurt compilation on other +platforms (such as x86); so we do it by default.</para> </sect2> |