aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-03-05 10:24:08 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-03-05 10:24:08 +0000
commitc0c7bc2b31c32db09481836877b72f94f200f66e (patch)
treea7ba290084717ab10c3617ea43aa69f5c6d56584
parent9b13516a931d56a08ecd3867cf83681b0de220d8 (diff)
Porter r7404 from trunk to udev_update branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/patch.xml6
2 files changed, 11 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c9d2f3669..42b53cf80 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>March 3, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
+ to Dan Nicholson for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 1, 2006</para>
<itemizedlist>
<listitem>
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>