mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nginx: configure with dynamic module support
This commit is contained in:
parent
f27b70f009
commit
392e257d9d
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.18.0
|
version=1.18.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="openssl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
hostmakedepends="openssl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
|
@ -55,6 +55,7 @@ do_configure() {
|
||||||
|
|
||||||
./configure --prefix=${cfgdir} \
|
./configure --prefix=${cfgdir} \
|
||||||
--conf-path=${cfgdir}/nginx.conf \
|
--conf-path=${cfgdir}/nginx.conf \
|
||||||
|
--with-compat \
|
||||||
--sbin-path=/usr/bin/nginx \
|
--sbin-path=/usr/bin/nginx \
|
||||||
--pid-path=/run/nginx.pid \
|
--pid-path=/run/nginx.pid \
|
||||||
--lock-path=/var/lock/nginx.lock \
|
--lock-path=/var/lock/nginx.lock \
|
||||||
|
|
Loading…
Add table
Reference in a new issue