nginx: add ngx_http_sub_module

This commit is contained in:
teldra 2019-12-08 12:57:02 +01:00 committed by Helmut Pozimski
parent 1b10535e55
commit 370c0a543f

View file

@ -1,7 +1,7 @@
# Template file for 'nginx'
pkgname=nginx
version=1.16.1
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
makedepends="${hostmakedepends}"
@ -65,6 +65,7 @@ do_configure() {
--with-http_realip_module \
--with-http_ssl_module \
--with-http_stub_status_module \
--with-http_sub_module \
$(vopt_if geoip --with-http_geoip_module)
}