summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2021-07-13 13:12:44 +0000
committerhauke <hauke@pkgsrc.org>2021-07-13 13:12:44 +0000
commitdbd15b943926bbdf9cff77d2c1106bf9a6c904c3 (patch)
tree5705885982b076897633ca353e9a87ca4d7ab1ec /www
parentc727a14f7db87afdab5c6552fe54d33df91117ef (diff)
downloadpkgsrc-dbd15b943926bbdf9cff77d2c1106bf9a6c904c3.tar.gz
On Arch Linux, at least, mod_md will be built (and cause a PLIST
error) unless explicitly disabled.
Diffstat (limited to 'www')
-rw-r--r--www/apache24/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache24/options.mk b/www/apache24/options.mk
index b9b0038ebdf..81bc0782b4a 100644
--- a/www/apache24/options.mk
+++ b/www/apache24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2020/06/29 13:58:53 ryoon Exp $
+# $NetBSD: options.mk,v 1.18 2021/07/13 13:12:44 hauke Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.apache
PKG_SUPPORTED_OPTIONS= apache-mpm-event apache-mpm-prefork apache-mpm-worker \
@@ -134,4 +134,6 @@ PLIST.brotli= yes
.include "../../textproc/jansson/buildlink3.mk"
CONFIGURE_ARGS+= --enable-md
PLIST.md= yes
+.else
+CONFIGURE_ARGS+= --disable-md
.endif