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 @@ Command explanations -CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE": -Adding -D_GNU_SOURCE command before +CPPFLAGS=-D_GNU_SOURCE: +Adding -D_GNU_SOURCE 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.