summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-30 20:33:33 +0000
committertron <tron@pkgsrc.org>1999-11-30 20:33:33 +0000
commitf7dc26c56a955c4506e527df49865f5937ebb4e7 (patch)
tree9c3c449b01539aa9fddd10a7f83fb416c6a37ca2 /www
parente136eeb22c873cf287cfb3327d5bab7fcfcebf73 (diff)
downloadpkgsrc-f7dc26c56a955c4506e527df49865f5937ebb4e7.tar.gz
Don't try to disable obsolete configuration rule "STATUS" if
"${APACHE_PERF_TUNING}" is set to "YES". Fixes PR pkg/8915 by Damon Brodie.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index e30ab90d57a..3b4d052421d 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 1999/11/21 22:09:26 tron Exp $
+# $NetBSD: Makefile,v 1.39 1999/11/30 20:33:33 tron 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
@@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --enable-suexec --suexec-caller=www \
.endif
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
-CONFIGURE_ARGS+= --disable-rule=STATUS
OPTIM+= -DBUFFERED_LOGS
CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations
.endif