summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:28:09 +0000
committeragc <agc>1999-08-18 08:28:09 +0000
commit2c644b78a801dafbaa6037fa790303539a538875 (patch)
tree99303b67db6c12c9bc66a158c4d979478f3ca27e /www
parent83d8783efaecdfbfdc75ce19db2fe9f8b0e8b0bb (diff)
downloadpkgsrc-2c644b78a801dafbaa6037fa790303539a538875.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile4
-rw-r--r--www/apache6/Makefile4
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).