fixup! Make spec work also on CentOS 8
This commit is contained in:
parent
96e1d963a4
commit
076f5f80bc
@ -16,7 +16,6 @@
|
||||
# due to extensive changes to Makefiles
|
||||
%bcond_without PKCS11
|
||||
%bcond_without DEVEL
|
||||
%bcond_without LMDB
|
||||
%bcond_without JSON
|
||||
%bcond_without DLZ
|
||||
%bcond_with BDB
|
||||
@ -28,9 +27,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user