diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-06 18:24:50 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-06 18:24:50 +0000 |
commit | 711166645184366f4d0b09b34cbbeebae9ae5cd3 (patch) | |
tree | 5b2bd518c7f1aa9608f315821daedb0be7f2c690 /chapter06/zlib.xml | |
parent | 016b2bbd5d640c99ce05d9739419a2afea946c60 (diff) |
Updates to findutils, util-linux, and iproute2. More library changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index f32d235e8..f907e1455 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -49,6 +49,11 @@ afterwards.</para></note> <screen><userinput>make install</userinput></screen> +<para>Now we will remove the old, .so files in /lib and relink them into /usr/lib.</para> + +<screen><userinput>rm /lib/libz.so +ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen> + <para>Now also build the non-shared (static) library:</para> <screen><userinput>make clean |