From 8ad79807a3c97e18a90319c9b91018b0be2bbb3c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 13:39:28 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter06/zlib.xml') diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index fe893e2c3..8aa195b62 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -30,7 +30,7 @@ some programs. Zlib is known to build its shared library incorrectly if CFLAGS is specified in the environment. If you are using your own CFLAGS variable, be -sure to add the -fPIC directive to your CFLAGS for the +sure to add the -fPIC directive to your CFLAGS for the duration of the below configure command, then remove it afterwards. @@ -50,6 +50,7 @@ afterwards. make install Now also build the non-shared (static) library: + make clean ./configure --prefix=/usr make @@ -80,7 +81,7 @@ into /lib: mv /usr/lib/libz.so.* /lib -Now we need to fix the /usr/lib/libz.so symlink +Now we need to fix the /usr/lib/libz.so symlink because we just moved the file it points to: ln -sf ../../lib/libz.so.1 /usr/lib/libz.so @@ -98,7 +99,7 @@ because we just moved the file it points to: Short description -libz* +libz* libz* contains compression and un-compression -- cgit v1.2.3-54-g00ecf