Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317778 Details for
Bug 464098
compiled against db 4.7, linked against db 4.3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add support for newer version of db4
cyrus-sasl-2.1.22-db4x.patch (text/plain), 1.51 KB, created by
Dan Horák
on 2008-09-26 09:23:24 UTC
(
hide
)
Description:
add support for newer version of db4
Filename:
MIME Type:
Creator:
Dan Horák
Created:
2008-09-26 09:23:24 UTC
Size:
1.51 KB
patch
obsolete
>--- cyrus-sasl-2.1.22/cmulocal/berkdb.m4.orig 2008-09-26 10:44:47.000000000 +0200 >+++ cyrus-sasl-2.1.22/cmulocal/berkdb.m4 2008-09-12 07:47:10.000000000 +0200 >@@ -1,4 +1,4 @@ >-dnl $Id: berkdb.m4,v 1.20 2005/04/26 19:14:07 shadow Exp $ >+dnl $Id: berkdb.m4,v 1.22 2007/08/15 17:18:01 murch Exp $ > > AC_DEFUN([CMU_DB_INC_WHERE1], [ > saved_CPPFLAGS=$CPPFLAGS >@@ -213,10 +213,11 @@ AC_DEFUN([CYRUS_BERKELEY_DB_CHK_LIB], > fi > > saved_LIBS=$LIBS >- for dbname in db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db >+ for dbname in ${with_bdb} db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db > do > LIBS="$saved_LIBS -l$dbname" >- AC_TRY_LINK([#include <db.h>], >+ AC_TRY_LINK([#include <stdio.h> >+#include <db.h>], > [db_create(NULL, NULL, 0);], > BDB_LIBADD="$BDB_LIBADD -l$dbname"; dblib="berkeley"; dbname=db, > dblib="no") >@@ -224,7 +225,8 @@ AC_DEFUN([CYRUS_BERKELEY_DB_CHK_LIB], > done > if test "$dblib" = "no"; then > LIBS="$saved_LIBS -ldb" >- AC_TRY_LINK([#include <db.h>], >+ AC_TRY_LINK([#include <stdio.h> >+#include <db.h>], > [db_open(NULL, 0, 0, 0, NULL, NULL, NULL);], > BDB_LIBADD="$BDB_LIBADD -ldb"; dblib="berkeley"; dbname=db, > dblib="no")
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 464098
: 317778 |
317779