aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.apache.mk
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-14 00:16:25 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-14 00:16:25 +0000
commite353c85f90d04ac99c232570381cc162956f50dd (patch)
tree425241e461a32e9e26f436f739ddcf69aee4f911 /Mk/bsd.apache.mk
parent3d14adba6e783eacd7aea2a86ebf2017cbea7227 (diff)
downloadports-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/bsd.apache.mk')
-rw-r--r--Mk/bsd.apache.mk3
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))