pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind916
Module Name: pkgsrc
Committed By: otis
Date: Thu Sep 3 20:35:17 UTC 2020
Modified Files:
pkgsrc/net/bind916: options.mk
Log Message:
net/bind916: Explicitly disable lmdb with lmdb option unset
Disable lmdb explicitly to instruct configure to not look for lmdb at all.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind916/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind916/options.mk
diff -u pkgsrc/net/bind916/options.mk:1.2 pkgsrc/net/bind916/options.mk:1.3
--- pkgsrc/net/bind916/options.mk:1.2 Sun Aug 30 19:26:45 2020
+++ pkgsrc/net/bind916/options.mk Thu Sep 3 20:35:17 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= blocklist
.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