Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind916 net/bind916: Explicitly disable lmdb with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/583ebf725752
branches:  trunk
changeset: 437971:583ebf725752
user:      otis <otis%pkgsrc.org@localhost>
date:      Thu Sep 03 20:35:17 2020 +0000

description:
net/bind916: Explicitly disable lmdb with lmdb option unset

Disable lmdb explicitly to instruct configure to not look for lmdb at all.

diffstat:

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

diffs (18 lines):

diff -r be6cbe0c1c35 -r 583ebf725752 net/bind916/options.mk
--- a/net/bind916/options.mk    Thu Sep 03 20:31:07 2020 +0000
+++ b/net/bind916/options.mk    Thu Sep 03 20:35:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2020/08/30 19:26:45 christos Exp $
+# $NetBSD: options.mk,v 1.3 2020/09/03 20:35:17 otis Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bind916
 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -45,6 +45,8 @@
 .include "../../databases/lmdb/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-lmdb=${PREFIX}
 PLIST.lmdb=            yes
+.else
+CONFIGURE_ARGS+=       --with-lmdb=no
 .endif
 
 .if !empty(PKG_OPTIONS:Mmysql)



Home | Main Index | Thread Index | Old Index