From e3f07935fcd137b019ee81e3d127947d341ce7d6 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 30 Jan 2012 21:20:31 +0000 Subject: Upgrade to Zlib-1.2.6. Fixes #3009. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'chapter06/zlib.xml') diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 7461858ad..1dfa3a9bc 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -41,28 +41,9 @@ Installation of Zlib - First, fix a typo in the package header file: - -sed -i 's/ifdef _LARGEFILE64_SOURCE/ifndef _LARGEFILE64_SOURCE/' zlib.h - Prepare Zlib for compilation: -CFLAGS='-mstackrealign -fPIC -O3' ./configure --prefix=/usr - - - The meaning of the new configure environment variable: - - - CFLAGS='-mstackrealign -fPIC -O3' - - Setting CFLAGS overrides the default optimization in the - package to prevent some run time errors. Note that the -mstackrealign - may cause build failures in non-Intel architecture systems. - - - - - +./configure --prefix=/usr Compile the package: -- cgit v1.2.3-54-g00ecf