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-dns | |
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-dns')
-rw-r--r-- | community/lua-resty-dns/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-dns/APKBUILD b/community/lua-resty-dns/APKBUILD index 6555d23668..3703387d1a 100644 --- a/community/lua-resty-dns/APKBUILD +++ b/community/lua-resty-dns/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.18 pkgrel=0 pkgdesc="DNS resolver for the nginx lua module" url="https://github.com/openresty/lua-resty-dns" -arch="noarch" +arch="noarch !s390x" license="BSD" depends="nginx-mod-http-lua" makedepends="" |