summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 09:24:08 +0000
committeragc <agc>1999-08-18 09:24:08 +0000
commit0d684714f9a7da77d620140f14819f7dc87d5635 (patch)
tree1686fec01e909f6cab705332cd47000d8be501db /www/apache6
parentf69df8b817e25330067c057473f195b49db4695e (diff)
downloadpkgsrc-0d684714f9a7da77d620140f14819f7dc87d5635.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 7019c7317ce..944e5670815 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/08/18 08:29:11 agc Exp $
+# $NetBSD: Makefile,v 1.4 1999/08/18 09:24:09 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,7 +66,7 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations
PLIST_SRC= ${WRKDIR}/PLIST
-BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR
+BUILD_DEFS+= APACHE_PERF_TUNING APACHE_SUEXEC USE_INET6
# 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