aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-06 00:34:59 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-06 00:34:59 +0000
commit29062dd8601f3847eca17d159050deb962208148 (patch)
treeec3951ec0665d3fa9da52445d122ea306a86a507 /chapter05
parentabdca12661f32e6234ff9bd5323022e0dfd46a1a (diff)
removed zlib from chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/chapter05.xml1
-rw-r--r--chapter05/zlib-inst.xml25
-rw-r--r--chapter05/zlib.xml13
3 files changed, 0 insertions, 39 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index c1b96b81c..a8369c913 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -17,7 +17,6 @@
&c5-dejagnu;
&c5-gcc-pass2;
&c5-binutils-pass2;
-&c5-zlib;
&c5-gawk;
&c5-coreutils;
&c5-bzip2;
diff --git a/chapter05/zlib-inst.xml b/chapter05/zlib-inst.xml
deleted file mode 100644
index d49bab377..000000000
--- a/chapter05/zlib-inst.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of Zlib</title>
-
-<para>Prepare Zlib to be compiled:</para>
-
-<para><screen><userinput>CFLAGS="-O2 -pipe" \
-&nbsp;&nbsp;&nbsp;&nbsp;./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>
diff --git a/chapter05/zlib.xml b/chapter05/zlib.xml
deleted file mode 100644
index 591ae69df..000000000
--- a/chapter05/zlib.xml
+++ /dev/null
@@ -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>
-