aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2020-10-17 17:30:36 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2020-10-17 17:30:36 +0000
commit1242b687ad8fb25dbc02419c4b71077fe4c86f39 (patch)
tree86e3d6d4889c3beb4f7ab40952d2f3a6ecf009fa /www/nginx/Makefile
parent1d3a52f8819dcb309a7a0b05c6f1c4d92ba374f5 (diff)
downloadports-1242b687ad8fb25dbc02419c4b71077fe4c86f39.tar.gz
ports-1242b687ad8fb25dbc02419c4b71077fe4c86f39.zip
add "--with-compat" option to the configure script to enable dynamic modules compatibility.
Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=552602
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 42746f5c9648..4c466643623a 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -59,7 +59,8 @@ CONFIGURE_ARGS+=--prefix=${ETCDIR} \
--sbin-path=${PREFIX}/sbin/nginx \
--pid-path=${NGINX_RUNDIR}/nginx.pid \
--error-log-path=${NGINX_ERRORLOG} \
- --user=${WWWOWN} --group=${WWWGRP}
+ --user=${WWWOWN} --group=${WWWGRP} \
+ --with-compat
ALL_TARGET=
PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} NGINX_LOGDIR=${NGINX_LOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}