svn commit: r552602 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Sat Oct 17 17:30:37 UTC 2020


Author: joneum
Date: Sat Oct 17 17:30:36 2020
New Revision: 552602
URL: https://svnweb.freebsd.org/changeset/ports/552602

Log:
  add "--with-compat" option to the configure script to enable dynamic modules compatibility.
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sat Oct 17 17:29:04 2020	(r552601)
+++ head/www/nginx/Makefile	Sat Oct 17 17:30:36 2020	(r552602)
@@ -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}


More information about the svn-ports-all mailing list