From 29062dd8601f3847eca17d159050deb962208148 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 6 May 2003 00:34:59 +0000 Subject: removed zlib from chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/zlib-inst.xml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 chapter05/zlib-inst.xml (limited to 'chapter05/zlib-inst.xml') 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 @@ -   - - -Installation of Zlib - -Prepare Zlib to be compiled: - -CFLAGS="-O2 -pipe" \ -    ./configure --prefix=/stage1 --shared - -The -fPIC flag helps to assure -quality in the dynamic zlib library. - -Some packages expect a static zlib library to be present -on the system. To satisfy those programs, compile both the -shared and static libraries: - -make -make test - -Install the libraries: - -make install - - -- cgit v1.2.3-54-g00ecf