wok diff zlib/receipt @ rev 12002
clex: new icon
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Mar 05 08:55:01 2012 -0800 (2012-03-05) |
parents | aa3bb2ecfa32 |
children | 16b97ec782a4 |
line diff
1.1 --- a/zlib/receipt Sat Dec 17 10:53:09 2011 +0100 1.2 +++ b/zlib/receipt Mon Mar 05 08:55:01 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zlib" 1.7 -VERSION="1.2.5" 1.8 +VERSION="1.2.6" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Compression library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,8 +15,6 @@ 1.13 cook_tmp_toolchain() 1.14 { 1.15 cd $src 1.16 - 1.17 - patch -p 1 < $stuff/zlib-1.2.5-lfs-decls.patch 1.18 ./configure --prefix=/tools && 1.19 make && make install 1.20 } 1.21 @@ -25,8 +23,6 @@ 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - # see http://bugs.archlinux.org/task/19280 1.26 - patch -p1 -i $stuff/zlib-1.2.5-lfs-decls.patch 1.27 # work around gcc bug; see https://bugs.archlinux.org/task/20647 1.28 export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" 1.29 ./configure --prefix=/usr --shared &&