From c465ee61bcb2911f09d9b398f939adf92d29ec00 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 3 Jan 2003 03:55:07 +0000 Subject: packages whose configure script support the LDFLAGS env. var now use it rather than passing down that var to make git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/patch-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/patch-inst.xml') diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml index 078e30c69..9142a23bf 100644 --- a/chapter05/patch-inst.xml +++ b/chapter05/patch-inst.xml @@ -4,8 +4,8 @@ Install Patch by running the following commands: CPPFLAGS=-D_GNU_SOURCE \ -    ./configure --prefix=$LFS/static && -make LDFLAGS="-static" && +    LDFLAGS="-static" ./configure --prefix=$LFS/static && +make && make install -- cgit v1.2.3-54-g00ecf