diff --git a/bind.spec b/bind.spec index 3568099..6d18835 100644 --- a/bind.spec +++ b/bind.spec @@ -15,7 +15,6 @@ # due to extensive changes to Makefiles %bcond_with PKCS11 %bcond_without DEVEL -%bcond_without LMDB %bcond_without JSON %bcond_with BDB # skip DLZ for now @@ -25,9 +24,11 @@ %if 0%{?fedora} >= 28 %bcond_without UNITTEST %bcond_without DNSTAP +%bcond_without LMDB %else %bcond_with UNITTEST %bcond_with DNSTAP +%bcond_with LMDB %endif %bcond_with TSAN