From f7dc26c56a955c4506e527df49865f5937ebb4e7 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 30 Nov 1999 20:33:33 +0000 Subject: Don't try to disable obsolete configuration rule "STATUS" if "${APACHE_PERF_TUNING}" is set to "YES". Fixes PR pkg/8915 by Damon Brodie. --- www/apache/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') 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 -- cgit v1.2.3