don't second-guess BDB ABI
authorSteve Langasek <vorlon@debian.org>
Wed, 11 Nov 2020 17:13:56 +0000 (17:13 +0000)
committerRyan Tandy <ryan@nardis.ca>
Wed, 11 Nov 2020 17:13:56 +0000 (17:13 +0000)
commitb31a81a06c7d39e9ed0371d0109af2b589b4d529
treec4294c25716f3942af43f373d181c51cb0573c8b
parent8b75daa301c1b0cf560dc410247ff8ea5a26b830
don't second-guess BDB ABI

Bug-Debian: http://bugs.debian.org/651333
Forwarded: not-needed

OpenLDAP upstream conservatively assumes that any change to the version
number of libdb can result in an API-breaking change that could impact
the database.  In Debian, we know that such changes require bumping the
library soname and changing the package name, and demand such rigor from
our package maintainers even when upstreams don't deliver; so any such
check in the source code works against the packaging system by forcing
database upgrades when we know none are required.  Disable this check
so we rely on the packaging system to do its job.

Gbp-Pq: Name no-bdb-ABI-second-guessing
servers/slapd/back-bdb/init.c