qemu-user-static: unbreak cross and set nopie.
This commit is contained in:
parent
db6b13d7b2
commit
fd66ea00bd
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue