Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115481 Details for
Bug 171081
net-mail/cyrus-imapd does not compile with db-4.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
p1.patch
p1.patch (text/plain), 682 bytes, created by
Csaba Tóth
on 2007-04-04 23:29:22 UTC
(
hide
)
Description:
p1.patch
Filename:
MIME Type:
Creator:
Csaba Tóth
Created:
2007-04-04 23:29:22 UTC
Size:
682 bytes
patch
obsolete
>diff -u lib.old/cyrusdb_berkeley.c lib/cyrusdb_berkeley.c >--- lib.old/cyrusdb_berkeley.c 2007-04-05 01:23:42.518845824 +0200 >+++ lib/cyrusdb_berkeley.c 2007-04-05 01:22:20.000000000 +0200 >@@ -159,7 +159,15 @@ > syslog(LOG_WARNING, > "DBERROR: invalid berkeley_locks_max value, using internal default"); > } else { >+#if DB_VERSION_MAJOR >= 4 >+ r = dbenv->set_lk_max_locks(dbenv, opt); >+ if (!r) >+ r = dbenv->set_lk_max_lockers(dbenv, opt); >+ if (!r) >+ r = dbenv->set_lk_max_objects(dbenv, opt); >+#else > r = dbenv->set_lk_max(dbenv, opt); >+#endif > if (r) { > dbenv->err(dbenv, r, "set_lk_max"); > syslog(LOG_ERR, "DBERROR: set_lk_max(): %s", db_strerror(r));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171081
: 115481 |
115483
|
117853
|
117854