Re: [Rpm-maint] [PATCH] RFC: Allow for disabling Berkeley DB support

2017-06-30 Thread Darren Hart
es (internal or external) are not satisfied, or if no database backend is enabled. I think I should leave it to the ndb developers to determine when ndb is ready to be enabled by default. -- Darren Hart VMware Open Source Technology Center ___ Rpm-m

Re: [Rpm-maint] [PATCH] RFC: Allow for disabling Berkeley DB support

2017-06-29 Thread Darren Hart
On Thu, Jun 29, 2017 at 08:33:46AM +0100, Neal Gompa wrote: > On Thu, Jun 22, 2017 at 10:20 PM, Darren Hart (VMware) > <dvh...@infradead.org> wrote: > > Introduce a --disable-bdb configuration option which disables the use of > > Berkeley DB entirely. Update the var

[Rpm-maint] [PATCH] RFC: Allow for disabling Berkeley DB support

2017-06-22 Thread Darren Hart (VMware)
a little extra paranoia to dbi.c which will error out of the build if neither BDB nor NDB are enabled (which should not be possible to configure). Signed-off-by: Darren Hart (VMware) <dvh...@infradead.org> --- configure.ac | 22 -- lib/Makefile.am | 7 ++- lib/b