mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
z3: fix PIE.
This commit is contained in:
parent
8dc073ffc0
commit
7477150e3a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'z3'
|
# Template file for 'z3'
|
||||||
pkgname=z3
|
pkgname=z3
|
||||||
version=4.4.1
|
version=4.4.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="libgomp-devel gmp-devel"
|
makedepends="libgomp-devel gmp-devel"
|
||||||
|
@ -23,7 +23,7 @@ do_configure() {
|
||||||
sed -i '/define USE_INTRINSICS\|emmintrin.h/d' src/util/hwf.cpp
|
sed -i '/define USE_INTRINSICS\|emmintrin.h/d' src/util/hwf.cpp
|
||||||
esac
|
esac
|
||||||
|
|
||||||
./configure --prefix=/usr -g
|
LDFLAGS="$CFLAGS $LDFLAGS" ./configure --prefix=/usr -g
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue