mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qemu-user-static: really disale PIE
This commit is contained in:
parent
774f6e1687
commit
11a7409df9
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
# This package should be updated together with qemu
|
# This package should be updated together with qemu
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=7.1.0
|
version=7.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
||||||
--disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
|
--disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
|
||||||
--enable-linux-user --disable-system --static"
|
--enable-linux-user --disable-system --static --disable-pie"
|
||||||
hostmakedepends="pkg-config perl python3 ninja"
|
hostmakedepends="pkg-config perl python3 ninja"
|
||||||
makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
|
makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
|
||||||
short_desc="QEMU User-mode emulators (statically compiled)"
|
short_desc="QEMU User-mode emulators (statically compiled)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue