aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-28 18:22:40 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-28 20:12:59 +0200
commit1d519cf4a276eb132cab7fae71541c52a0502ef0 (patch)
tree0a0f06eee5b7dbc34e9c681c4cf673e4b76108aa /main/nginx
parent176409c10d3bd649dc20b4767cf6b0d34c5a0956 (diff)
downloadaports-1d519cf4a276eb132cab7fae71541c52a0502ef0.tar.bz2
aports-1d519cf4a276eb132cab7fae71541c52a0502ef0.tar.xz
main/nginx: use luajit on ppc64le
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 76210bc9c0..c29428ec7b 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -43,9 +43,9 @@ builddir="$srcdir/$pkgname-$pkgver"
_modules_dir="usr/lib/$pkgname/modules"
_stream_js_depends="$pkgname-mod-stream"
-# luajit is not available for s390x and ppc64le
+# luajit is not available for s390x.
case "$CARCH" in
- ppc64le | s390x) makedepends="$makedepends lua5.1-dev";;
+ s390x) makedepends="$makedepends lua5.1-dev";;
*) makedepends="$makedepends luajit-dev";;
esac