]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python/patches/python-2.7.1-setup-db48.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / python / patches / python-2.7.1-setup-db48.patch
CommitLineData
a24c4d29
MT
1diff -up Python-2.6.4/Modules/Setup.dist.setup-db48 Python-2.6.4/Modules/Setup.dist
2--- Python-2.6.4/Modules/Setup.dist.setup-db48 2009-12-17 22:05:07.000020150 -0500
3+++ Python-2.6.4/Modules/Setup.dist 2009-12-17 22:05:12.545015367 -0500
4@@ -411,7 +411,7 @@ gdbm gdbmmodule.c -lgdbm
5 #
6 # Edit the variables DB and DBLIBVERto point to the db top directory
7 # and the subdirectory of PORT where you built it.
8-DBLIBVER=4.7
9+DBLIBVER=4.8
10 DBINC=/usr/include/db4
11 DBLIB=/usr/lib
12 _bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
13