diff options
Diffstat (limited to 'chapter05/patch.xml')
-rw-r--r-- | chapter05/patch.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter05/patch.xml b/chapter05/patch.xml index 47cec290a..f402f0808 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -43,11 +43,7 @@ <para>Prepare Patch for compilation:</para> -<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen> - - <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is - only needed on the PowerPC platform. It can be left out on other - architectures.</para> +<screen><userinput>./configure --prefix=/tools</userinput></screen> <para>Compile the package:</para> |