diff options
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 9a77dd13f..2b277811f 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -30,11 +30,9 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Patch</title> -<para>Prepare Patch for compilation. The preprocessor flag -<parameter>-D_GNU_SOURCE</parameter> is only needed on the PowerPC -platform. It can be left it out on other architectures:</para> +<para>Prepare Patch for compilation.</para> -<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |