diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-05-13 12:15:08 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-13 15:15:43 +0000 |
commit | 6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007 (patch) | |
tree | 02a7da1d97762e56d16bb6d3fab4140ee2fd27b6 /community/lua-resty-jwt | |
parent | d4e0a17ab9a0f6a91d690bcbef5369958d09c560 (diff) | |
download | aports-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-jwt')
-rw-r--r-- | community/lua-resty-jwt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-jwt/APKBUILD b/community/lua-resty-jwt/APKBUILD index 8180e29f99..de0e196a3b 100644 --- a/community/lua-resty-jwt/APKBUILD +++ b/community/lua-resty-jwt/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="JSON Web Token library for OpenResty" url="https://github.com/cdbattags/lua-resty-jwt" -arch="noarch" +arch="noarch !s390x" license="BSD2" depends="lua-resty-hmac" source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz" |