qemu: hacks for aarch64-musl.
This commit is contained in:
parent
e396d98061
commit
91ea647a3a
|
@ -31,8 +31,13 @@ vopt_conflict "sdl" "sdl2"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) build_options_default+=" spice";;
|
||||
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
local args=
|
||||
|
||||
|
|
Loading…
Reference in New Issue