mariadb: broken on armv*-musl for now.

This commit is contained in:
Steve Prybylski 2016-02-19 18:33:54 -05:00
parent 7449114571
commit e701ec7e43

View file

@ -33,6 +33,11 @@ distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$v
checksum=65de16f5f9b1696e2a537bc7a99d122bc38fa77941ba2e65d8cdf363c8449094
CFLAGS="-w"
case "$XBPS_TARGET_MACHINE" in
armv*-musl)
broken=http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/8590/steps/shell_3/logs/stdio ;;
esac
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" -DINNODB=1"
fi