diff options
author | shattered <shattered> | 2015-12-10 19:33:41 +0000 |
---|---|---|
committer | shattered <shattered> | 2015-12-10 19:33:41 +0000 |
commit | 35c68624397b185385bcf28afac4e1249dd998a0 (patch) | |
tree | eb186bf419f5a4d454732de7e9d1d300874e31cd /www | |
parent | f7cd09e161668eb349f7d2d57f70c2804ebf6f9b (diff) | |
download | pkgsrc-35c68624397b185385bcf28afac4e1249dd998a0.tar.gz |
PR/45320 -- unbreak 'gtools' option instead of disabling it
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk index d2031da6eee..64c5c29ac0f 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.34 2015/09/30 13:36:00 imil Exp $ +# $NetBSD: options.mk,v 1.35 2015/12/10 19:33:41 shattered Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 luajit mail-proxy memcache naxsi \ @@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --with-http_sub_module .if !empty(PKG_OPTIONS:Mgtools) CONFIGURE_ARGS+= --with-google_perftools_module +.include "../../devel/gperftools/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mmail-proxy) |