python: don't accidentally link to system db libs (#33007)

This commit is contained in:
Harmen Stoppels 2022-10-06 02:22:01 +02:00 committed by GitHub
parent 4b17d9b92e
commit 189baa96db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -791,7 +791,7 @@ def configure_args(self):
if "+dbm" in spec:
# Default order is ndbm:gdbm:bdb
config_args.append("--with-dbmliborder=gdbm:bdb:ndbm")
config_args.append("--with-dbmliborder=gdbm")
else:
config_args.append("--with-dbmliborder=")