mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
qemu-user-static: fix musl
This commit is contained in:
parent
7b41e79f05
commit
a7c432fc91
1 changed files with 4 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.9.0
|
version=2.9.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"
|
||||||
|
@ -79,6 +79,9 @@ done
|
||||||
binfmts="${binfmts%?}"
|
binfmts="${binfmts%?}"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h
|
||||||
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||||
--disable-kvm --disable-vnc-png \
|
--disable-kvm --disable-vnc-png \
|
||||||
|
|
Loading…
Add table
Reference in a new issue