diff options
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 93126249e98..6a91b816234 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/07/23 18:20:04 itojun Exp $ +# $NetBSD: Makefile,v 1.37 1999/08/18 08:29:10 agc 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 @@ -54,6 +54,8 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations PLIST_SRC= ${WRKDIR}/PLIST +BUILD_DEFS+= APACHE_PERF_TUNING APACHE_SUEXEC + # Note that there is NO static compile module hook here. This is intentional. # Under Apache 1.3, modules can be compiled to link dynamically to the server # using the "apxs" program. See apxs(8). |