Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
postfix.1684
postfix-db6.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File postfix-db6.diff of Package postfix.1684
From: Jan Engelhardt <jengelh@inai.de> Date: 2013-06-14 03:32:16.417459759 +0200 X-Upstream: problem still present in postfix-2.11~20130608 src: allow compilation against libdb-6.0 --- src/util/dict_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: src/util/dict_db.c =================================================================== --- src/util/dict_db.c.orig +++ src/util/dict_db.c @@ -699,7 +699,7 @@ static DICT *dict_db_open(const char *cl if ((errno = db->upgrade(db,db_path,0)) != 0) msg_fatal("upgrade of database %s: %m",db_path); } -#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0) +#if DB_VERSION_MAJOR > 4 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0) if ((errno = db->open(db, 0, db_path, 0, type, db_flags, 0644)) != 0) FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags, "open database %s: %m", db_path));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor