packages: heimdal/heimdal-db4.patch - more
qboosh
qboosh at pld-linux.org
Wed May 12 21:15:38 CEST 2010
Author: qboosh Date: Wed May 12 19:15:38 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- more
---- Files affected:
packages/heimdal:
heimdal-db4.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/heimdal/heimdal-db4.patch
diff -u packages/heimdal/heimdal-db4.patch:1.5 packages/heimdal/heimdal-db4.patch:1.6
--- packages/heimdal/heimdal-db4.patch:1.5 Mon May 10 21:31:53 2010
+++ packages/heimdal/heimdal-db4.patch Wed May 12 21:15:32 2010
@@ -29,3 +29,14 @@
ret = (*d->open)(db->hdb_db, NULL, db->hdb_name, NULL, DB_BTREE,
myflags, mode);
#else
+--- heimdal-1.3.2/lib/roken/ndbm_wrap.c.orig 2010-05-12 21:14:14.122937584 +0200
++++ heimdal-1.3.2/lib/roken/ndbm_wrap.c 2010-05-12 21:11:09.002932556 +0200
+@@ -168,7 +168,7 @@
+ return NULL;
+ }
+
+-#if (DB_VERSION_MAJOR > 3) && (DB_VERSION_MINOR > 0)
++#if (DB_VERSION_MAJOR > 4) || ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR > 0))
+ if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) {
+ #else
+ if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal-db4.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list