mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=nginx
|
||||
version=1.18.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="openssl-devel pcre-devel $(vopt_if geoip geoip-devel)"
|
||||
makedepends="${hostmakedepends}"
|
||||
|
@ -55,6 +55,7 @@ do_configure() {
|
|||
|
||||
./configure --prefix=${cfgdir} \
|
||||
--conf-path=${cfgdir}/nginx.conf \
|
||||
--with-compat \
|
||||
--sbin-path=/usr/bin/nginx \
|
||||
--pid-path=/run/nginx.pid \
|
||||
--lock-path=/var/lock/nginx.lock \
|
||||
|
|
Loading…
Add table
Reference in a new issue