SOURCES: python-db.patch (NEW) - support for db4.5
arekm
arekm at pld-linux.org
Sun Oct 1 10:26:47 CEST 2006
Author: arekm Date: Sun Oct 1 08:26:47 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- support for db4.5
---- Files affected:
SOURCES:
python-db.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-db.patch
diff -u /dev/null SOURCES/python-db.patch:1.1
--- /dev/null Sun Oct 1 10:26:47 2006
+++ SOURCES/python-db.patch Sun Oct 1 10:26:42 2006
@@ -0,0 +1,21 @@
+diff -urN Python-2.5.org/setup.py Python-2.5/setup.py
+--- Python-2.5.org/setup.py 2006-08-10 01:42:18.000000000 +0200
++++ Python-2.5/setup.py 2006-10-01 00:44:59.808678500 +0200
+@@ -606,7 +606,7 @@
+ # a release. Most open source OSes come with one or more
+ # versions of BerkeleyDB already installed.
+
+- max_db_ver = (4, 4)
++ max_db_ver = (4, 5)
+ min_db_ver = (3, 3)
+ db_setup_debug = False # verbose debug prints from this script?
+
+@@ -623,7 +623,7 @@
+ '/sw/include/db3',
+ ]
+ # 4.x minor number specific paths
+- for x in (0,1,2,3,4):
++ for x in (0,1,2,3,4,5):
+ db_inc_paths.append('/usr/include/db4%d' % x)
+ db_inc_paths.append('/usr/include/db4.%d' % x)
+ db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)
================================================================
More information about the pld-cvs-commit
mailing list