From 8c92d1e5ac0f4bcd5c299cc61be5b879e91778be Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 4 Dec 2018 14:17:55 +0100 Subject: [PATCH] libvirt: unbreak aarch64-musl fixed by 6417310d00b170e1e67a1485a3dcd01ef5aa9e19 --- srcpkgs/libvirt/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index bfc07c7c60..5926462849 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -16,10 +16,6 @@ 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"