From d9949767ee5198b0fdbf2f527a385ce02532181a Mon Sep 17 00:00:00 2001 From: Matthew Almond Date: Feb 26 2020 19:54:52 +0000 Subject: [PATCH 1/2] Fix configure option for enabling ndb s/with/enable/ --- diff --git a/SPECS/rpm.spec b/SPECS/rpm.spec index cb51112..dd8c2ad 100644 --- a/SPECS/rpm.spec +++ b/SPECS/rpm.spec @@ -453,7 +453,7 @@ done; --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} \ From dec9831bc34499b01557527e31c6e6ba905dcf33 Mon Sep 17 00:00:00 2001 From: Matthew Almond Date: Mar 05 2020 23:36:12 +0000 Subject: [PATCH 2/2] Flip the bcond for ndb to enable by default. --- diff --git a/SPECS/rpm.spec b/SPECS/rpm.spec index dd8c2ad..6af5560 100644 --- a/SPECS/rpm.spec +++ b/SPECS/rpm.spec @@ -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?