Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 648270 Details for
Bug 731296
net-nds/389-ds-base-1.4.2.15 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
389-ds-base-db-gentoo.patch
389-ds-base-db-gentoo[1].patch (text/plain), 838 bytes, created by
Chris Pritchard
on 2020-07-07 16:54:36 UTC
(
hide
)
Description:
389-ds-base-db-gentoo.patch
Filename:
MIME Type:
Creator:
Chris Pritchard
Created:
2020-07-07 16:54:36 UTC
Size:
838 bytes
patch
obsolete
>diff --git a/m4/db.m4 b/m4/db.m4 >index c916c2b83..a9dd5ef2b 100644 >--- a/m4/db.m4 >+++ b/m4/db.m4 >@@ -96,9 +96,9 @@ if test -z "$db_inc"; then > fi > > dnl figure out which version of db we're using from the header file >-db_ver_maj=`grep DB_VERSION_MAJOR $db_incdir/db.h | awk '{print $3}'` >-db_ver_min=`grep DB_VERSION_MINOR $db_incdir/db.h | awk '{print $3}'` >-db_ver_pat=`grep DB_VERSION_PATCH $db_incdir/db.h | awk '{print $3}'` >+db_ver_maj=`gcc -E -fdirectives-only $db_incdir/db.h | grep DB_VERSION_MAJOR | awk '{print $3}'` >+db_ver_min=`gcc -E -fdirectives-only $db_incdir/db.h | grep DB_VERSION_MINOR | awk '{print $3}'` >+db_ver_pat=`gcc -E -fdirectives-only $db_incdir/db.h | grep DB_VERSION_PATCH | awk '{print $3}'` > > dnl Ensure that we have libdb at least 4.7, older versions aren't supported > if test ${db_ver_maj} -lt 4; then
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 731296
:
648266
|
648268
| 648270 |
648272