diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template index c1e86cf4ae..7205b3538a 100644 --- a/srcpkgs/mariadb/template +++ b/srcpkgs/mariadb/template @@ -34,6 +34,11 @@ distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$v checksum=67cb35c62cc5d4cf48d7b614c0c7a9245a762ca23d4e588e15c616c102e64393 CFLAGS="-w" +case "$XBPS_TARGET_MACHINE" in +armv*-musl) + broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/12376/steps/shell_3/logs/stdio" ;; +esac + case "$XBPS_TARGET_MACHINE" in armv*) configure_args+=" -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE_EXITCODE=0" ;;