aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r--chapter06/zlib.xml29
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>