mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qemu-user: Make qemu-user-* binaries static
This commit is contained in:
parent
7a441afd2d
commit
635d44012a
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
# This package should be updated together with qemu
|
# This package should be updated together with qemu
|
||||||
pkgname=qemu-user
|
pkgname=qemu-user
|
||||||
version=9.1.0
|
version=9.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
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
|
-Dkvm=disabled -Dpng=disabled -Dvirtfs=disabled -Dfdt=disabled -Dseccomp=disabled
|
||||||
-Dtools=disabled"
|
-Dtools=disabled"
|
||||||
hostmakedepends="meson flex glib-devel pkg-config perl"
|
hostmakedepends="meson flex glib-devel pkg-config perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue