diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:07:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:07:28 +0000 |
commit | d5d42d295cb4c7b3f224037d32d292d516ad142c (patch) | |
tree | 11b6b6acc6637357f39e465db7881e93fc193219 /chapter06 | |
parent | 972014586e742e763dda2347d614d38e0f82223b (diff) |
Included some other updates in the last commit which weren't Zack's. *sigh*.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/zlib-inst.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index 268b7c66c..013acda72 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -14,11 +14,6 @@ so by applying this patch:</para> <para><screen><userinput>CFLAGS="$CFLAGS -fPIC" \ ./configure --prefix=/usr --shared</userinput></screen></para> - make clean - ./configure --prefix=/usr - make - make install - <para>The <emphasis>-fPIC</emphasis> flag helps to assure quality in the dynamic zlib library.</para> |