From e397c3ada5bbef0281414709fa1952a2ce07c44d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 15 Jan 2003 02:58:53 +0000 Subject: converted sh-utils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2322 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/shellutils-inst.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'chapter05/shellutils-inst.xml') diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index b9b2659e5..c0384a4d1 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -10,12 +10,18 @@ it. patch -Np1 -i ../sh-utils-&sh-utils-version;.patch -Install Sh-utils by running the following commands: +Prepare Sh-utils to be compiled: LDFLAGS="-static" ./configure --prefix=$LFS/static \ -    --disable-nls && -make && -make install +    --disable-nls + +Continue with compiling the package: + +make + +And finish off installing the package: + +make install During the make install stage you will see the following warning: -- cgit v1.2.3-54-g00ecf