From 428695cb4a5b0a2b0b52f4efaa971426943a2e16 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 2 Feb 2021 21:15:23 +0000 Subject: Various fixes for building with glibc-2.33, and change the order in chapter 8 so that everything is built against chapter 8 glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 66 ------------------------------------------------------ 1 file changed, 66 deletions(-) delete mode 100644 chapter06/zlib.xml (limited to 'chapter06') diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml deleted file mode 100644 index 0f6b56059..000000000 --- a/chapter06/zlib.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - %general-entities; -]> - - - - - - zlib - &zlib-version; -
&zlib-url;
-
- - Zlib-&zlib-version; - - - Zlib - - - - - - <para>The Zlib package contains compression and decompression routines used by - some programs.</para> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&zlib-fin-sbu;</seg> - <seg>&zlib-fin-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Zlib - - Prepare Zlib for compilation: - -./configure --prefix=/usr - - Compile the package: - -make - - Install the package: - -make DESTDIR=$LFS install -mv -v $LFS/usr/lib/libz.so.* $LFS/lib -ln -sfv ../../lib/$(readlink $LFS/usr/lib/libz.so) $LFS/usr/lib/libz.so - - - - - - <para>Details on this package are located in <xref linkend="contents-zlib" role="."/></para> - - </sect2> - -</sect1> -- cgit v1.2.3-54-g00ecf