wok-4.x diff zlib/receipt @ rev 11121
zlib: Add patch to fix compiling some programs. Like newer version of poppler.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 19:55:18 2011 +0000 (2011-10-26) |
parents | 63d859d2a162 |
children | d12d95aa6523 |
line diff
1.1 --- a/zlib/receipt Tue May 24 07:31:47 2011 +0000 1.2 +++ b/zlib/receipt Wed Oct 26 19:55:18 2011 +0000 1.3 @@ -24,6 +24,10 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # see http://bugs.archlinux.org/task/19280 1.8 + patch -p1 -i $stuff/zlib-1.2.5-lfs-decls.patch 1.9 + # work around gcc bug; see https://bugs.archlinux.org/task/20647 1.10 + export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" 1.11 ./configure --prefix=/usr --shared && 1.12 make && make install 1.13 }