nginx: add ngx_http_sub_module
This commit is contained in:
parent
1b10535e55
commit
370c0a543f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.16.1
|
version=1.16.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
|
@ -65,6 +65,7 @@ do_configure() {
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
|
--with-http_sub_module \
|
||||||
$(vopt_if geoip --with-http_geoip_module)
|
$(vopt_if geoip --with-http_geoip_module)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue