From 05f14a1d5377dc7d3dd00186414ee5b8a6ceadea Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 6 Nov 2018 14:51:24 +0000 Subject: community/lua-http: fix armv7 build --- community/lua-http/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/lua-http/APKBUILD') 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 -- cgit v1.2.3