From 46e606f94025ac21e748e025b921ff4704008535 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 1 May 2002 19:10:46 +0000 Subject: Removed glibc-2.0 workarounds, removed export...unset constructs and replaced with var=varu ./configure constructs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/patch-inst.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index 5f4f0400d..f7eb8202c 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -3,9 +3,8 @@ Install Patch by running the following commands: -export CPPFLAGS=-D_GNU_SOURCE && +CPPFLAGS=-D_GNU_SOURCE \ ./configure --prefix=/usr && -unset CPPFLAGS && make && make install -- cgit v1.2.3-54-g00ecf