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
This commit is contained in:
Timothy Bauscher 2003-05-11 17:07:28 +00:00
parent 972014586e
commit d5d42d295c

View File

@ -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>