aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 17:07:28 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 17:07:28 +0000
commitd5d42d295cb4c7b3f224037d32d292d516ad142c (patch)
tree11b6b6acc6637357f39e465db7881e93fc193219 /chapter06
parent972014586e742e763dda2347d614d38e0f82223b (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.xml5
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" \
&nbsp;&nbsp;&nbsp;&nbsp;./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>