Skip to content

Commit

Permalink
pythongh-90005: Port _dbm module to PY_STDLIB_MOD
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Jul 1, 2022
1 parent d6acdc1 commit ad90c1e
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 198 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``_dbm`` module dependencies are now detected by configure.
2 changes: 1 addition & 1 deletion Modules/Setup.stdlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

# dbm/gdbm
# dbm needs either libndbm, libgdbm_compat, or libdb 5.x
#@MODULE__DBM_TRUE@_dbm _dbmmodule.c
@MODULE__DBM_TRUE@_dbm _dbmmodule.c
# gdbm module needs -lgdbm
@MODULE__GDBM_TRUE@_gdbm _gdbmmodule.c

Expand Down
Loading

0 comments on commit ad90c1e

Please sign in to comment.