diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-09-18 03:35:48 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-09-18 03:35:48 +0800 |
commit | d650f26ccd1a7ce28153221cef5f3aaeeba82028 (patch) | |
tree | e1132e169eaa6d3ef457395542193dea3708aa91 /www/apache24 | |
parent | 0790529d780bbcdfdaa1f1485a4c5210709864cf (diff) | |
download | freebsd-ports-gnome-d650f26ccd1a7ce28153221cef5f3aaeeba82028.tar.gz freebsd-ports-gnome-d650f26ccd1a7ce28153221cef5f3aaeeba82028.tar.zst freebsd-ports-gnome-d650f26ccd1a7ce28153221cef5f3aaeeba82028.zip |
- mod_proxy_http2 requires mod_proxy_balancer
No PORTREVISION bump
defaults: PROXY_BALANCER=on PROXY_HTTP2=off
PR: 210868
Submitted by: M. Macha
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile.modules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache24/Makefile.modules b/www/apache24/Makefile.modules index 68694c02d57c..a64e67a0d7ec 100644 --- a/www/apache24/Makefile.modules +++ b/www/apache24/Makefile.modules @@ -86,4 +86,8 @@ CONFIGURE_ARGS+= --with-libxml2=${LOCALBASE}/include/libxml2 CONFIGURE_ARGS+= --without-libxml2 .endif +.if ${PORT_OPTIONS:MPROXY_HTTP2} && !${PORT_OPTIONS:MPROXY_BALANCER} +IGNORE= PROXY_HTTP2 needs PROXY_BALANCER +.endif + .endif # _PREMKINCLUDED |