From d9949767ee5198b0fdbf2f527a385ce02532181a Mon Sep 17 00:00:00 2001 From: Matthew Almond Date: Feb 26 2020 19:54:52 +0000 Subject: 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} \