diff --git a/srcpkgs/LuaJIT/template b/srcpkgs/LuaJIT/template index 011a162077..5a6b81138c 100644 --- a/srcpkgs/LuaJIT/template +++ b/srcpkgs/LuaJIT/template @@ -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