aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-08-23 10:25:43 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-08-23 10:25:43 +0200
commit8b3ce8bccb256c69f89548458e89b4fb46bd914f (patch)
tree5d95d1e0381241ae54f7f39990cb5477993c32c9
parenta5c80cf6e8d7853930afb2132780b7a74f4ac24f (diff)
downloadaports-8b3ce8bccb256c69f89548458e89b4fb46bd914f.tar.bz2
aports-8b3ce8bccb256c69f89548458e89b4fb46bd914f.tar.xz
main/nginx-lua: enable http_auth_request module
-rw-r--r--main/nginx-lua/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx-lua/APKBUILD b/main/nginx-lua/APKBUILD
index 69bf952955..d902c6ceb9 100644
--- a/main/nginx-lua/APKBUILD
+++ b/main/nginx-lua/APKBUILD
@@ -9,7 +9,7 @@ pkgver=1.8.0
_ngx_rtmp_ver=1.1.7
_ngx_devel_kit_ver=0.2.19
_ngx_lua_ver=0.9.16
-pkgrel=2
+pkgrel=3
pkgdesc="lightweight HTTP and reverse proxy server with Lua support"
url="http://www.nginx.org"
arch="all"
@@ -73,6 +73,7 @@ build() {
--with-http_stub_status_module \
--with-http_gzip_static_module \
--with-http_spdy_module \
+ --with-http_auth_request_module \
--with-mail \
--with-mail_ssl_module \
--add-module="$srcdir/nginx-rtmp-module-$_ngx_rtmp_ver" \