From 84a7dc232d8d21a757b84cbea5f41292a90344f8 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 May 2003 23:48:26 +0000 Subject: removed all non-essential CFLAGS and LDFLAGS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/sed-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/sed-inst.xml') diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml index b06d9d495..d17835336 100644 --- a/chapter05/sed-inst.xml +++ b/chapter05/sed-inst.xml @@ -3,8 +3,8 @@ Installation of Sed -CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 -make LDFLAGS="-s" +./configure --prefix=/stage1 +make make check make install -- cgit v1.2.3-54-g00ecf