pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache24 On Arch Linux, at least, mod_md will be b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2056eabd6f5b
branches:  trunk
changeset: 455881:2056eabd6f5b
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Jul 13 13:12:44 2021 +0000

description:
On Arch Linux, at least, mod_md will be built (and cause a PLIST
error) unless explicitly disabled.

diffstat:

 www/apache24/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 71fceaa3ffad -r 2056eabd6f5b www/apache24/options.mk
--- a/www/apache24/options.mk   Tue Jul 13 13:12:36 2021 +0000
+++ b/www/apache24/options.mk   Tue Jul 13 13:12:44 2021 +0000
@@ -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 @@
 .include "../../textproc/jansson/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-md
 PLIST.md=               yes
+.else
+CONFIGURE_ARGS+=       --disable-md
 .endif



Home | Main Index | Thread Index | Old Index