diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template index 7d832f31ef5..5554fc089cf 100644 --- a/srcpkgs/mariadb/template +++ b/srcpkgs/mariadb/template @@ -34,6 +34,10 @@ distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$v checksum=173a5e5a24819e0a469c3bd09b5c98491676c37c6095882a2ea34c5af0996c88 CFLAGS="-w" +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="https://github.com/voidlinux/void-packages/pull/10910";; +esac + pre_configure() { # We need some host binaries before starting cross compilation. if [ "$CROSS_BUILD" ]; then