diff options
author | Fedora Python maintainers <python-devel@lists.fedoraproject.org> | 2020-07-15 13:25:28 (GMT) |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2020-09-29 13:59:05 (GMT) |
commit | bd5d254f0f79f38e264b94da14dc4194014d69a2 (patch) | |
tree | 652e49baf9c51bfc4b65956f5b9fa589dc31b905 | |
parent | af7de9227bf1e82c6188bd79af35989d61c81222 (diff) | |
download | cpython-bd5d254f0f79f38e264b94da14dc4194014d69a2.zip cpython-bd5d254f0f79f38e264b94da14dc4194014d69a2.tar.gz cpython-bd5d254f0f79f38e264b94da14dc4194014d69a2.tar.bz2 |
00144-no-gdbm.patch
00144 #
(Optionally) disable the gdbm module:
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index c4c88cb..2513d71 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -400,7 +400,7 @@ dl dlmodule.c # # First, look at Setup.config; configure may have set this for you. -gdbm gdbmmodule.c -lgdbm +# gdbm gdbmmodule.c -lgdbm # Sleepycat Berkeley DB interface. |