diff options
Diffstat (limited to 'community/lua-copas/APKBUILD')
-rw-r--r-- | community/lua-copas/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/lua-copas/APKBUILD b/community/lua-copas/APKBUILD index 5133086bb7..5bdccd9cdc 100644 --- a/community/lua-copas/APKBUILD +++ b/community/lua-copas/APKBUILD @@ -16,8 +16,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/keplerproject/$_pkgname/arch builddir="$srcdir/$_pkgname-$_pkgver" # luajit is not available on s390x +# XXX: tests/largetransfer.lua segfaults on ppc64le LuaJIT case "$CARCH" in - s390x) _luajit="";; + s390x | ppc64le) _luajit="";; *) checkdepends="$checkdepends luajit" _luajit="jit";; esac |