From 88abb11b7ba3cb4619cb25f11fa63a65553f66d5 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 21 Sep 2002 23:23:01 +0000 Subject: [PATCH] Install zlib libs in /lib. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/zlib-inst.xml | 2 +- index.xml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cad8c8c34..c02ec1d2a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -59,6 +59,10 @@ +September 21st, 2002 [timothy]: Chapter 06 - Zlib: +Added --libdir=/lib flag to +configure. + September 20th, 2002 [timothy]: Chapter 05 - GCC: Removed the --enable-threads=posix flag since we don't build a C++ compiler in this chapter. 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 @@ Install Zlib by running the following commands: -./configure --prefix=/usr --shared && +./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 diff --git a/index.xml b/index.xml index 99b10e36b..3c208fdba 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +