diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 |
2 files changed, 6 insertions, 2 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). diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 802e4dc7843..7019c7317ce 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/23 18:19:29 itojun Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/18 08:29:11 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 @@ -66,6 +66,8 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations PLIST_SRC= ${WRKDIR}/PLIST +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + # 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). |