diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-21 23:23:01 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-21 23:23:01 +0000 |
commit | 88abb11b7ba3cb4619cb25f11fa63a65553f66d5 (patch) | |
tree | ab5f6c4e34fa71d37ddc8c2c73028ecb943763d0 /chapter06 | |
parent | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (diff) |
Install zlib libs in /lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/zlib-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index 257c24084..f979284bb 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -3,7 +3,7 @@ <para>Install Zlib by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --shared && +<para><screen><userinput>./configure --prefix=/usr --libdir=/lib --shared && make LIBS="libz.so.1.1.4 libz.a" && make LIBS="libz.so.1.1.4 libz.a" install && cp zlib.3 /usr/share/man/man3</userinput></screen></para> |