From f13997ea571a5272c3fbad410e2fbaf92d829dd6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 25 Jan 2019 11:09:27 -0200 Subject: [PATCH] MEGAcmd: broken on aarch64-musl --- srcpkgs/MEGAcmd/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/MEGAcmd/template b/srcpkgs/MEGAcmd/template index ff1e20699b8..1b5eb6cb0ef 100644 --- a/srcpkgs/MEGAcmd/template +++ b/srcpkgs/MEGAcmd/template @@ -18,6 +18,10 @@ if [ "$CROSS_BUILD" ]; then configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}" fi +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="Remove when x86_64-musl removes libxml2 from staging" ;; +esac + post_extract() { sed \ -e '/SUBDIRS.*sdk/d' \