aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-openidc
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-05-13 12:15:08 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-13 15:15:43 +0000
commit6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007 (patch)
tree02a7da1d97762e56d16bb6d3fab4140ee2fd27b6 /community/lua-resty-openidc
parentd4e0a17ab9a0f6a91d690bcbef5369958d09c560 (diff)
downloadaports-6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007.tar.bz2
aports-6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007.tar.xz
community/lua-resty-*: missing nginx-mod-http-lua on s390x
Root cause is missing luajit support on s390x
Diffstat (limited to 'community/lua-resty-openidc')
-rw-r--r--community/lua-resty-openidc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-openidc/APKBUILD b/community/lua-resty-openidc/APKBUILD
index 26fafb0334..b4ffe1c6f8 100644
--- a/community/lua-resty-openidc/APKBUILD
+++ b/community/lua-resty-openidc/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.1
pkgrel=0
pkgdesc="OpenID Connect library for the nginx lua module"
url="https://github.com/zmartzone/$pkgname"
-arch="noarch"
+arch="noarch !s390x"
license="BSD2"
source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz"
depends="lua-cjson lua-resty-string lua-resty-http lua-resty-session lua-resty-jwt"