Blame SOURCES/00144-no-gdbm.patch

ae2451
diff -up Python-2.7.2/Modules/Setup.dist.no-gdbm Python-2.7.2/Modules/Setup.dist
ae2451
--- Python-2.7.2/Modules/Setup.dist.no-gdbm	2011-09-13 14:25:43.496095926 -0400
ae2451
+++ Python-2.7.2/Modules/Setup.dist	2011-09-13 14:25:46.491095724 -0400
ae2451
@@ -396,7 +396,7 @@ dl dlmodule.c
ae2451
 #
ae2451
 # First, look at Setup.config; configure may have set this for you.
ae2451
 
ae2451
-gdbm gdbmmodule.c -lgdbm
ae2451
+# gdbm gdbmmodule.c -lgdbm
ae2451
 
ae2451
 
ae2451
 # Sleepycat Berkeley DB interface.