Blame SOURCES/00144-no-gdbm.patch

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