python: don't accidentally link to system db libs (#33007)
This commit is contained in:
parent
4b17d9b92e
commit
189baa96db
1 changed files with 1 additions and 1 deletions
|
@ -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=")
|
||||
|
||||
|
|
Loading…
Reference in a new issue