SOURCES: python-db4.6.patch - don't require DB 4.6 by changing min...
hawk
hawk at pld-linux.org
Sun Mar 2 15:40:34 CET 2008
Author: hawk Date: Sun Mar 2 14:40:34 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't require DB 4.6 by changing min_db_ver, python builds and works
correctly with older DBs
---- Files affected:
SOURCES:
python-db4.6.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/python-db4.6.patch
diff -u SOURCES/python-db4.6.patch:1.2 SOURCES/python-db4.6.patch:1.3
--- SOURCES/python-db4.6.patch:1.2 Tue Feb 26 22:40:15 2008
+++ SOURCES/python-db4.6.patch Sun Mar 2 15:40:29 2008
@@ -1,6 +1,6 @@
--- Python-2.5.2/setup.py.orig 2008-02-04 23:41:02.000000000 +0000
+++ Python-2.5.2/setup.py 2008-02-26 21:04:48.000000000 +0000
-@@ -608,11 +608,11 @@
+@@ -608,7 +608,7 @@
# a release. Most open source OSes come with one or more
# versions of BerkeleyDB already installed.
@@ -9,8 +9,3 @@
# NOTE: while the _bsddb.c code links against BerkeleyDB 4.6.x
# we leave that version disabled by default as it has proven to be
# quite a buggy library release on many platforms.
-- min_db_ver = (3, 3)
-+ min_db_ver = (4, 6)
- db_setup_debug = False # verbose debug prints from this script?
-
- # construct a list of paths to look for the header file in on
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/python-db4.6.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list