Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2016 21:01:52 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409266 - head/www/nginx-devel
Message-ID:  <201602202101.u1KL1qKS059404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sat Feb 20 21:01:51 2016
New Revision: 409266
URL: https://svnweb.freebsd.org/changeset/ports/409266

Log:
  Enable third-party brotli module as dynamic module.

Modified:
  head/www/nginx-devel/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sat Feb 20 20:10:14 2016	(r409265)
+++ head/www/nginx-devel/Makefile	Sat Feb 20 21:01:51 2016	(r409266)
@@ -950,7 +950,7 @@ LIB_DEPENDS+=	libbrotlidec.so:${PORTSDIR
 GH_ACCOUNT+=	google:brotli
 GH_PROJECT+=	ngx_brotli:brotli
 GH_TAGNAME+=	${NGINX_BROTLI_VERSION}:brotli
-CONFIGURE_ARGS+=--add-module=${WRKSRC_brotli}
+CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli}
 .endif
 
 .if ${PORT_OPTIONS:MFORMINPUT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602202101.u1KL1qKS059404>