diff options
author | tron <tron> | 1999-11-30 20:33:33 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-30 20:33:33 +0000 |
commit | eeaaa65bb8375ccddd12f8946394a9bf6806a41b (patch) | |
tree | 9c3c449b01539aa9fddd10a7f83fb416c6a37ca2 /www/apache | |
parent | 8416b2183af9ce68b846ca8e2ccc1b1beaac9f98 (diff) | |
download | pkgsrc-eeaaa65bb8375ccddd12f8946394a9bf6806a41b.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/apache')
-rw-r--r-- | www/apache/Makefile | 3 |
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 |