From ec6f94669ad65412d41dfefc0f43e8bec2da7994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 22 Feb 2019 19:18:45 +0100 Subject: [PATCH] Enable LMDB support Provides faster adding and removing of dynamically created zones runtime. Useful on higher number of zones used. --- bind.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 3e41327..211da6b 100644 --- a/bind.spec +++ b/bind.spec @@ -16,8 +16,8 @@ # due to extensive changes to Makefiles %bcond_without PKCS11 %bcond_without DEVEL -%bcond_with LMDB %bcond_with JSON +%bcond_without LMDB %bcond_without DNSTAP %bcond_with DLZ %bcond_without EXPORT_LIBS @@ -1531,6 +1531,7 @@ fi; %changelog * Fri Feb 22 2019 Petr Menšík - 32:9.11.5-12.P1 - Enable DNSTAP support (#1564776) +- Enable LMDB support for rndc addzone * Thu Feb 21 2019 Petr Menšík - 32:9.11.5-11.P1 - Disable often failing unit test random_test