qemu: x86_64-musl broken

This commit is contained in:
Michael Gehring 2017-04-25 21:26:05 +00:00
parent 0a9f86dae1
commit 35ed24b9f4

View file

@ -33,6 +33,7 @@ desc_option_smartcard="Enable smartcard support"
vopt_conflict "sdl" "sdl2"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2239/steps/shell_3/logs/stdio";;
i686*|x86_64*) build_options_default+=" spice";;
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
esac