diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-10-13 15:29:53 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-10-13 15:29:53 +0000 |
commit | 15b3899162ae39bf550a95058ac4049675c9358e (patch) | |
tree | 1aa107aadfaedf158c018aa53502022e084ae2a8 /chapter05 | |
parent | 061242f2fb6511ba173fc4a508249bf532a1bde6 (diff) |
add -s to bzip2 ch5 CC argument
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bzip2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index 25878d00c..830499826 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -3,7 +3,7 @@ <para>Install Bzip2 by running the following commands:</para> -<para><screen><userinput>make CC="gcc -static" && +<para><screen><userinput>make CC="gcc -static -s" && make PREFIX=$LFS/static install</userinput></screen></para> <para>Although it's not strictly a part of a basic LFS system it's worth |