qemu-user-static: really disale PIE
This commit is contained in:
parent
774f6e1687
commit
11a7409df9
@ -2,11 +2,11 @@
|
||||
# This package should be updated together with qemu
|
||||
pkgname=qemu-user-static
|
||||
version=7.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
||||
--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"
|
||||
makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
|
||||
short_desc="QEMU User-mode emulators (statically compiled)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user