mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
removed zlib from chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
abdca12661
commit
29062dd860
@ -66,6 +66,12 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 5th, 2003 [gerard]: Removed zlib installation from
|
||||||
|
chapter 5 (its inclusion was a mistake).</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 5th, 2003 [gerard]: Various buf fixes that were
|
||||||
|
introduced during the pure-lfs integration.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 2nd, 2003 [gerard]: Upgraded to: automake-1.7.4,
|
<listitem><para>May 2nd, 2003 [gerard]: Upgraded to: automake-1.7.4,
|
||||||
e2fsprogs-1.33, file-4.02, flex-2.5.31, gawk-3.1.2, gcc-3.2.3, glibc-2.3.2,
|
e2fsprogs-1.33, file-4.02, flex-2.5.31, gawk-3.1.2, gcc-3.2.3, glibc-2.3.2,
|
||||||
grep-2.5.1, groff-1.19, less-381, libtool-1.5, man-1.5l, man-pages-1.56,
|
grep-2.5.1, groff-1.19, less-381, libtool-1.5, man-1.5l, man-pages-1.56,
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
&c5-dejagnu;
|
&c5-dejagnu;
|
||||||
&c5-gcc-pass2;
|
&c5-gcc-pass2;
|
||||||
&c5-binutils-pass2;
|
&c5-binutils-pass2;
|
||||||
&c5-zlib;
|
|
||||||
&c5-gawk;
|
&c5-gawk;
|
||||||
&c5-coreutils;
|
&c5-coreutils;
|
||||||
&c5-bzip2;
|
&c5-bzip2;
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
<sect2><title> </title><para> </para></sect2>
|
|
||||||
|
|
||||||
<sect2>
|
|
||||||
<title>Installation of Zlib</title>
|
|
||||||
|
|
||||||
<para>Prepare Zlib to be compiled:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>CFLAGS="-O2 -pipe" \
|
|
||||||
./configure --prefix=/stage1 --shared</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>The <emphasis>-fPIC</emphasis> flag helps to assure
|
|
||||||
quality in the dynamic zlib library.</para>
|
|
||||||
|
|
||||||
<para>Some packages expect a static zlib library to be present
|
|
||||||
on the system. To satisfy those programs, compile both the
|
|
||||||
shared and static libraries:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>make
|
|
||||||
make test</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>Install the libraries:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>make install</userinput></screen></para>
|
|
||||||
|
|
||||||
</sect2>
|
|
@ -1,13 +0,0 @@
|
|||||||
<sect1 id="ch05-zlib">
|
|
||||||
<title>Installing Zlib-&zlib-version;</title>
|
|
||||||
<?dbhtml filename="zlib.html" dir="chapter05"?>
|
|
||||||
|
|
||||||
<screen>Estimated build time: &zlib-time;
|
|
||||||
Estimated required disk space: &zlib-compsize;</screen>
|
|
||||||
|
|
||||||
&aa-zlib-shortdesc;
|
|
||||||
&aa-zlib-dep;
|
|
||||||
&c5-zlib-inst;
|
|
||||||
|
|
||||||
</sect1>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
<!ENTITY c4-zlib SYSTEM "../chapter04/zlib.xml">
|
<!ENTITY c4-zlib SYSTEM "../chapter04/zlib.xml">
|
||||||
|
|
||||||
<!ENTITY c5-zlib SYSTEM "../chapter05/zlib.xml">
|
|
||||||
<!ENTITY c5-zlib-inst SYSTEM "../chapter05/zlib-inst.xml">
|
|
||||||
|
|
||||||
<!ENTITY c6-zlib SYSTEM "../chapter06/zlib.xml">
|
<!ENTITY c6-zlib SYSTEM "../chapter06/zlib.xml">
|
||||||
<!ENTITY c6-zlib-inst SYSTEM "../chapter06/zlib-inst.xml">
|
<!ENTITY c6-zlib-inst SYSTEM "../chapter06/zlib-inst.xml">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user