mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Install zlib libs in /lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
26e62aa22d
commit
88abb11b7b
@ -59,6 +59,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 21st, 2002 [timothy]: Chapter 06 - Zlib:
|
||||
Added <userinput>--libdir=/lib</userinput> flag to
|
||||
<userinput>configure</userinput>.</para></listitem>
|
||||
|
||||
<listitem><para>September 20th, 2002 [timothy]: Chapter 05 - GCC:
|
||||
Removed the <userinput>--enable-threads=posix</userinput> flag since we
|
||||
don't build a C++ compiler in this chapter.</para></listitem>
|
||||
|
@ -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>
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020920">
|
||||
<!ENTITY releasedate "September 20th, 2002">
|
||||
<!ENTITY version "20020921">
|
||||
<!ENTITY releasedate "September 21st, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user