mariadb: mark broken for armv*-musl for now.

This commit is contained in:
Steve Prybylski 2016-07-21 21:17:47 -04:00
parent 1aaf956fc1
commit ae364cb70f

View file

@ -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" ;;