From 8a5d617f97f43f5d13065a8fc79a7864b0afd956 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 3 Mar 2006 23:10:02 +0000 Subject: [PATCH] Removal of -D_GNU_SOURCE from Chapter 5 - patch. Thanks for Dan Nicholson for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/patch.xml | 6 +----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fdd72e19a..ff8a69d54 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + March 3, 2006 + + + [gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks + to Dan Nicholson for the patch. + + + + Febraury 27, 2006 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 @@ Prepare Patch for compilation: -CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools - - The preprocessor flag -D_GNU_SOURCE is - only needed on the PowerPC platform. It can be left out on other - architectures. +./configure --prefix=/tools Compile the package: