diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
commit | 0b7af58b917dddc6b032b67839535374b8264b49 (patch) | |
tree | 1686fec01e909f6cab705332cd47000d8be501db /www/apache6 | |
parent | d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (diff) | |
download | pkgsrc-0b7af58b917dddc6b032b67839535374b8264b49.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/Makefile | 4 |
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 |