mariadb: broken on aarch64.

This commit is contained in:
Leah Neukirchen 2018-01-20 20:41:30 +01:00
parent e2c13e8523
commit d2c6313ab8

View File

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