summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-18 06:01:35 +0000
committerjlam <jlam@pkgsrc.org>2001-05-18 06:01:35 +0000
commit5f0d65a65d06ab11887e87d2b31ddea30430b8ff (patch)
treee164fb1fce8f03bab88ca2ce4454b6d4bebd4dd4 /mk
parent763c66cabefa322b9184e603620fb4b4e236d621 (diff)
downloadpkgsrc-5f0d65a65d06ab11887e87d2b31ddea30430b8ff.tar.gz
Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set in
/etc/mk.conf to any string of legal compiler flags to tune different aspects of the built httpd.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 024ff54c99f..d5706ca2523 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.209 2001/05/14 18:59:23 jlam Exp $
+# $NetBSD: mk.conf.example,v 1.210 2001/05/18 06:01:35 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -303,6 +303,11 @@
# files.
# Default: /var/amanda
+#APACHE_CUSTOM_CFLAGS=
+# Extra CFLAGS to be passed to the compiler during the Apache build.
+# Possible: any legal compiler flags, e.g. -O6 -DHARD_SERVER_LIMIT=512
+# Default: not defined
+
#APACHE_PERF_TUNING= YES
# Optimize for maximum Apache performance.
# Possible: not defined, YES