mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'
|
# Template file for 'qemu-user-static'
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="qemu-${version}"
|
wrksrc="qemu-${version}"
|
||||||
hostmakedepends="pkg-config automake python"
|
hostmakedepends="pkg-config automake python"
|
||||||
makedepends="libglib-devel pixman-devel libuuid-devel"
|
makedepends="libglib-devel pixman-devel libuuid-devel"
|
||||||
|
@ -77,6 +77,7 @@ for _fmt in $_fmts; do
|
||||||
done
|
done
|
||||||
|
|
||||||
binfmts="${binfmts%?}"
|
binfmts="${binfmts%?}"
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||||
|
|
Loading…
Add table
Reference in a new issue