wok diff zlib/receipt @ rev 11244

Up: elfkickers (3.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 08:32:39 2011 +0300 (2011-11-07)
parents 63d859d2a162
children d12d95aa6523
line diff
     1.1 --- a/zlib/receipt	Tue May 24 07:31:47 2011 +0000
     1.2 +++ b/zlib/receipt	Mon Nov 07 08:32:39 2011 +0300
     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  }