From cf304f31ea23b853dcb40fcf2152737922028bcf Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 16 May 2003 03:42:54 +0000 Subject: Added CPPFLAGS=-D_GNU_SOURCE before ./configure for patch to fix build on PPC. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/patch-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/patch-inst.xml') diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml index a10a41387..ba9302d2e 100644 --- a/chapter05/patch-inst.xml +++ b/chapter05/patch-inst.xml @@ -3,7 +3,7 @@ Installation of Patch -./configure --prefix=/stage1 +CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1 make make install -- cgit v1.2.3-54-g00ecf