diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-14 00:16:25 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-14 00:16:25 +0000 |
commit | e353c85f90d04ac99c232570381cc162956f50dd (patch) | |
tree | 425241e461a32e9e26f436f739ddcf69aee4f911 /Mk | |
parent | 3d14adba6e783eacd7aea2a86ebf2017cbea7227 (diff) | |
download | ports-e353c85f90d04ac99c232570381cc162956f50dd.tar.gz ports-e353c85f90d04ac99c232570381cc162956f50dd.zip |
- Fix builds that enable PROXY support.
This should have been part of the following previous commit to www/apache22
>- OPTIONS+= PROXY_SCGI
>
>PR: ports/140137
>Submitted by: olli hauer <ohauer@gmx.de>
Notes
Notes:
svn path=/head/; revision=245733
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.apache.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 97ebe6d3d7a7..1457624007dd 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -121,7 +121,8 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \ --disable-alias --disable-filter \ --disable-proxy --disable-proxy-connect \ --disable-proxy-ftp --disable-proxy-http \ - --disable-proxy-ajp --disable-proxy-balancer + --disable-proxy-ajp --disable-proxy-balancer \ + --disable-proxy-scgi .endif .if defined(OPTIONS) && !(make(make-options-list)) |