| |
@@ -13,7 +13,7 @@
|
| |
# build with libimaevm.so
|
| |
%bcond_without libimaevm
|
| |
# build with new db format
|
| |
- %bcond_with ndb
|
| |
+ %bcond_without ndb
|
| |
# build with zstd support?
|
| |
%bcond_without zstd
|
| |
# build with lmdb support?
|
| |
@@ -453,7 +453,7 @@
|
| |
--with-selinux \
|
| |
--with-cap \
|
| |
--with-acl \
|
| |
- %{?with_ndb: --with-ndb} \
|
| |
+ %{?with_ndb: --enable-ndb} \
|
| |
%{?with_libimaevm: --with-imaevm} \
|
| |
%{?with_zstd: --enable-zstd} \
|
| |
%{?with_lmdb: --enable-lmdb} \
|
| |
The optional behaviour can't be turned on because the option has the wrong name.