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 151247 Details for
Bug 233215
verify-db.pl still assumes the db dir is always in the instance dir
[?]
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]
cvs diff ldapserver/m4/db.m4 (*** db.m4.diff)
m4.diffs (text/plain), 1.44 KB, created by
Noriko Hosoi
on 2007-03-30 01:42:23 UTC
(
hide
)
Description:
cvs diff ldapserver/m4/db.m4 (*** db.m4.diff)
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-03-30 01:42:23 UTC
Size:
1.44 KB
patch
obsolete
>Index: db.m4 >=================================================================== >RCS file: /cvs/dirsec/ldapserver/m4/db.m4,v >retrieving revision 1.7 >diff -t -w -U4 -r1.7 db.m4 >--- db.m4 7 Feb 2007 23:57:34 -0000 1.7 >+++ db.m4 30 Mar 2007 01:39:20 -0000 >@@ -50,9 +50,8 @@ > fi > ], > AC_MSG_RESULT(no)) > dnl default path for the db tools (see [210947] for more details) >-db_bindir=/usr/bin > > dnl - check in system locations > if test -z "$db_inc"; then > AC_MSG_CHECKING(for db.h) >@@ -79,4 +78,14 @@ > [AC_MSG_ERROR([$db_incdir/db.h is version $db_libver but libdb-$db_libver not found])], > [$LIBNSL]) > LDFLAGS="$save_ldflags" > >+# if DB is not found yet, try pkg-config >+ >+# last resort >+# Although the other db_* variables are correctly assigned at this point, >+# db_bindir needs to be set by pkg-config if possible (e.g., on 64-bit Solaris) >+if $PKG_CONFIG --exists db; then >+ db_bindir=`$PKG_CONFIG --variable=bindir db` >+else >+ db_bindir=/usr/bin >+fi >Index: icu.m4 >=================================================================== >RCS file: /cvs/dirsec/ldapserver/m4/icu.m4,v >retrieving revision 1.1 >diff -t -w -U4 -r1.1 icu.m4 >--- icu.m4 17 Oct 2006 17:07:14 -0000 1.1 >+++ icu.m4 30 Mar 2007 01:39:20 -0000 >@@ -81,9 +81,9 @@ > AC_MSG_ERROR([$withval not found]) > fi > ], > AC_MSG_RESULT(no)) >-# if not found yet, try pkg-config >+# if ICU is not found yet, try pkg-config > > # last resort > if test -z "$icu_lib"; then > AC_MSG_CHECKING(for icu with icu-config)
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 233215
:
150603
|
150606
|
151245
|
151246
| 151247 |
151248
|
151305
|
152506
|
279051