libvirt: aarch64-musl broken

This commit is contained in:
maxice8 2018-12-04 08:39:16 -02:00
parent 6a1b3895e8
commit f132cdf843
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -16,6 +16,10 @@ changelog="https://libvirt.org/news.html"
distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
checksum=7f9d830173f146ed3b8a8fdf6b6e03a99ce72b21a26c1468b2b688e5fdff276c
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="error: redefinition of struct _aarch64_ctx" ;;
esac
# FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
system_accounts="libvirt"
libvirt_groups="disk,kvm"