z3: fix PIE.

This commit is contained in:
Christian Neukirchen 2016-05-28 16:00:36 +02:00
parent 8dc073ffc0
commit 7477150e3a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'z3'
pkgname=z3
version=4.4.1
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
hostmakedepends="python"
makedepends="libgomp-devel gmp-devel"
@ -23,7 +23,7 @@ do_configure() {
sed -i '/define USE_INTRINSICS\|emmintrin.h/d' src/util/hwf.cpp
esac
./configure --prefix=/usr -g
LDFLAGS="$CFLAGS $LDFLAGS" ./configure --prefix=/usr -g
}
do_build() {