LuaJIT: mark broken on musl cross (thanks @pullmoll)

This commit is contained in:
Eivind Uggedal 2015-08-07 13:16:34 +00:00
parent b3f0c5eb81
commit 4d7aa8880d
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ license="MIT"
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
checksum=620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d
case "$XBPS_TARGET_MACHINE" in
armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2807/steps/shell_3/logs/stdio";;
esac
if [ "$XBPS_MACHINE" = "x86_64" ]; then
hostmakedepends="gcc-multilib"
fi