summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkhorben <khorben>2016-01-20 13:29:29 +0000
committerkhorben <khorben>2016-01-20 13:29:29 +0000
commitd14e3f10579548a506e536273e966ba2c27f82df (patch)
treedea3da4e61da2a77e7b9081e71351c2e3fdcb9d5 /mk
parent1e89b5710e925e468936eac730f856b969dd7adf (diff)
downloadpkgsrc-d14e3f10579548a506e536273e966ba2c27f82df.tar.gz
Remove support for APACHE_CUSTOM_CFLAGS
This goes as far back as 2001 (mk.conf.example) but there should not be any reason to explicitly set CFLAGS for specific packages. In practice this even fixes support for global CFLAGS in www/apache{22,24}. ok gdt@
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index a8977ae8624..d2a6493d1df 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.260 2015/09/05 21:25:30 sevan Exp $
+# $NetBSD: mk.conf,v 1.261 2016/01/20 13:29:29 khorben Exp $
#
# This file provides default values for variables that may be overridden
@@ -663,12 +663,6 @@ AMANDA_VAR?= ${VARBASE}/amanda
# files.
# Default: ${VARBASE}/amanda
-#APACHE_CUSTOM_CFLAGS=
-# Used in apache to pass extra CFLAGS to the compiler during
-# the build.
-# Possible: any legal compiler flags, e.g. -O6 -DHARD_SERVER_LIMIT=512
-# Default: not defined
-
APACHE_USER?= www
# Used in apache22, apache24, isap, and smb2www to specify the user
# allowed to execute the `suexec' wrapper. Expected to be the user the