qemu-user-static: fix musl
This commit is contained in:
parent
7b41e79f05
commit
a7c432fc91
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qemu-user-static'
|
||||
pkgname=qemu-user-static
|
||||
version=2.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="qemu-${version}"
|
||||
hostmakedepends="pkg-config automake python"
|
||||
makedepends="libglib-devel pixman-devel libuuid-devel"
|
||||
|
@ -79,6 +79,9 @@ done
|
|||
binfmts="${binfmts%?}"
|
||||
nopie=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h
|
||||
}
|
||||
do_configure() {
|
||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||
--disable-kvm --disable-vnc-png \
|
||||
|
|
Loading…
Reference in New Issue
Block a user