libvirt: aarch64-musl broken
This commit is contained in:
parent
6a1b3895e8
commit
f132cdf843
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue