wok-current diff zlib/receipt @ rev 11183
Up: pam to 1.1.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 00:28:41 2011 +0000 (2011-11-03) |
parents | 63d859d2a162 |
children | d12d95aa6523 |
line diff
1.1 --- a/zlib/receipt Tue May 24 07:31:47 2011 +0000 1.2 +++ b/zlib/receipt Thu Nov 03 00:28:41 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 }