summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2000-09-12 19:39:02 +0000
committerthorpej <thorpej@pkgsrc.org>2000-09-12 19:39:02 +0000
commit467e782954a9f1f8f3ad1f0c9b7b11888cb726cf (patch)
tree46f9e0795a324ecf51ecc21520ffe20c55c9ec45 /www/apache
parentfb3af8a1dc739bfcc06deb5c0bed33a1da924604 (diff)
downloadpkgsrc-467e782954a9f1f8f3ad1f0c9b7b11888cb726cf.tar.gz
Don't pass --disable-suexec. The configure script doens't accept
it, and the default is "off" anyhow.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index ccc979237b2..a05f77692cb 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2000/09/12 14:17:31 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2000/09/12 19:39:02 thorpej Exp $
#
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
# (to indicate changes in the shipped third party patches such as the mod_ssl
@@ -48,8 +48,6 @@ SUEXEC_PATH= /bin:/usr/bin:${PREFIX}/bin:/usr/local/bin
CONFIGURE_ARGS+= --enable-suexec --suexec-caller=www \
--suexec-safepath='${SUEXEC_PATH}'
PLIST_SRC= ${PKGDIR}/PLIST.suexec
-.else
-CONFIGURE_ARGS+= --disable-suexec
.endif
.if !defined(NOPIC)