don't second-guess BDB ABI
authorSteve Langasek <vorlon@debian.org>
Fri, 30 Oct 2020 01:36:26 +0000 (01:36 +0000)
committerRyan Tandy <ryan@nardis.ca>
Fri, 30 Oct 2020 01:36:26 +0000 (01:36 +0000)
commitdb02c3cd292705cf95d4ab1f3bf878f754ab188f
tree0420179840e040e23326148cf64d3f4dd71f84a6
parentb4903d640c60d905a3aab9d3f9ed215785dce67e
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