qemu-user-static: unbreak cross and set nopie.

This commit is contained in:
Juan RP 2015-12-17 09:44:12 +01:00
parent db6b13d7b2
commit fd66ea00bd

View file

@ -1,7 +1,7 @@
# Template file for 'qemu-user-static'
pkgname=qemu-user-static
version=2.5.0
revision=1
revision=2
wrksrc="qemu-${version}"
hostmakedepends="pkg-config automake python"
makedepends="libglib-devel pixman-devel libuuid-devel"
@ -77,6 +77,7 @@ for _fmt in $_fmts; do
done
binfmts="${binfmts%?}"
nopie=yes
do_configure() {
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \