qemu-user: Make qemu-user-* binaries static
This commit is contained in:
parent
7a441afd2d
commit
635d44012a
|
@ -2,10 +2,10 @@
|
|||
# This package should be updated together with qemu
|
||||
pkgname=qemu-user
|
||||
version=9.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
||||
--enable-linux-user --disable-system
|
||||
--enable-linux-user --disable-system --static
|
||||
-Dkvm=disabled -Dpng=disabled -Dvirtfs=disabled -Dfdt=disabled -Dseccomp=disabled
|
||||
-Dtools=disabled"
|
||||
hostmakedepends="meson flex glib-devel pkg-config perl"
|
||||
|
|
Loading…
Reference in New Issue