diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
commit | f721b0e1292e934b07389b4d4548551fd61791d3 (patch) | |
tree | 99303b67db6c12c9bc66a158c4d979478f3ca27e /www/apache | |
parent | 8432197d1bc0694472d570fcff76c92d3f25118c (diff) | |
download | pkgsrc-f721b0e1292e934b07389b4d4548551fd61791d3.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/apache')
-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). |