diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
commit | 3f0c882398e626cd92503b1bd964a32e89f818dc (patch) | |
tree | 73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter06/zlib.xml | |
parent | aaa3260c039e40d68545922b64199b039da6af7b (diff) |
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index f907e1455..80c58029c 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -10,8 +10,6 @@ <indexterm zone="ch-system-zlib"><primary sortas="a-Zlib">Zlib</primary></indexterm> <sect2 role="package"><title/> -<para>The Zlib package contains compression and un-compression routines used by -some programs.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -19,21 +17,11 @@ some programs.</para> <seglistitem><seg>0.1 SBU</seg><seg>1.5 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Zlib installation depends on</segtitle> -<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Zlib</title> -<note><para>Zlib is known to build its shared library incorrectly if CFLAGS is -specified in the environment. If you are using your own CFLAGS variable, be -sure to add the <parameter>-fPIC</parameter> directive to your CFLAGS for the -duration of the below <command>configure</command> command, then remove it -afterwards.</para></note> - <para>Prepare Zlib for compilation:</para> <screen><userinput>./configure --prefix=/usr --shared --libdir=/lib</userinput></screen> @@ -76,22 +64,7 @@ make</userinput></screen> <sect2 id="contents-zlib" role="content"><title>Contents of Zlib</title> -<segmentedlist> -<segtitle>Installed libraries</segtitle> -<seglistitem><seg>libz[a,so]</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short description</title> - -<varlistentry id="libz"> -<term><filename class="libraryfile">libz*</filename></term> -<listitem> -<indexterm zone="ch-system-zlib libz"><primary sortas="c-libz*">libz*</primary></indexterm> -<para>contains compression and un-compression -functions used by some programs.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |