Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209119 Details for
Bug 291671
dev-python/python-ldap-2.3.10 doesn't build against stable net-nds/openldap-2.3.43
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to compile against openldap 2.3.43
python-ldap-openldap-2.4.xx-patch (text/plain), 866 bytes, created by
Frank Ridderbusch
on 2009-11-03 09:40:22 UTC
(
hide
)
Description:
Patch to compile against openldap 2.3.43
Filename:
MIME Type:
Creator:
Frank Ridderbusch
Created:
2009-11-03 09:40:22 UTC
Size:
866 bytes
patch
obsolete
>diff -u -r Modules.orig/constants.c Modules/constants.c >--- Modules.orig/constants.c 2009-10-30 14:20:47.000000000 +0100 >+++ Modules/constants.c 2009-11-03 10:06:46.000000000 +0100 >@@ -181,7 +181,9 @@ > add_int(d,OPT_X_TLS_CRL_NONE); > add_int(d,OPT_X_TLS_CRL_PEER); > add_int(d,OPT_X_TLS_CRL_ALL); >+#ifdef LDAP_OPT_X_TLS_NEWCTX > add_int(d,OPT_X_TLS_NEWCTX); >+#endif > #ifdef OPT_X_TLS_PROTOCOL_MIN > add_int(d,OPT_X_TLS_PROTOCOL_MIN); > #endif >diff -u -r Modules.orig/options.c Modules/options.c >--- Modules.orig/options.c 2009-10-30 14:20:47.000000000 +0100 >+++ Modules/options.c 2009-11-03 10:11:38.000000000 +0100 >@@ -79,7 +79,9 @@ > #ifdef HAVE_TLS > case LDAP_OPT_X_TLS: > case LDAP_OPT_X_TLS_REQUIRE_CERT: >+#ifdef LDAP_OPT_X_TLS_NEWCTX > case LDAP_OPT_X_TLS_NEWCTX: >+#endif > #ifdef OPT_X_TLS_PROTOCOL_MIN > case LDAP_OPT_X_TLS_PROTOCOL_MIN: > #endif
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 291671
: 209119 |
209120