diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-06 14:51:24 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-06 14:51:24 +0000 |
commit | 05f14a1d5377dc7d3dd00186414ee5b8a6ceadea (patch) | |
tree | 0c8cc0174e4d5c121a59ec559a1976b36b6604d0 /community | |
parent | d4ad77deea92fa8f2c86d3ee893836d5750e93f3 (diff) | |
download | aports-05f14a1d5377dc7d3dd00186414ee5b8a6ceadea.tar.bz2 aports-05f14a1d5377dc7d3dd00186414ee5b8a6ceadea.tar.xz |
community/lua-http: fix armv7 build
Diffstat (limited to 'community')
-rw-r--r-- | community/lua-http/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD index cc88dbcae7..b8a3d31661 100644 --- a/community/lua-http/APKBUILD +++ b/community/lua-http/APKBUILD @@ -21,7 +21,7 @@ case "$CARCH" in s390x) _luajit="";; # FIXME: Some tests fail with "Address not available". # and ppc64le hangs - aarch64 | armhf | ppc64le) options="!check";; + aarch64|arm*|ppc64le) options="!check";; *) checkdepends="$checkdepends luajit" _luajit="jit";; esac |