]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/cyrus-sasl-2.1.21-openldap23-1.patch
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[people/teissler/ipfire-2.x.git] / src / patches / cyrus-sasl-2.1.21-openldap23-1.patch
1 Submitted By: Dan Nicholson <dnicholson_at_linuxfromscratch_dot_org>
2 Date: 2006-04-25
3 Initial Package Version: 2.1.21
4 Upstream Status: Applied
5 Origin: Upstream CVS
6 $ cvs log cmulocal/openldap.m4
7 ...
8 RCS file: /cvs/src/cmulocal/openldap.m4,v
9 Working file: cmulocal/openldap.m4
10 ...
11 ----------------------------
12 revision 1.2
13 date: 2006/03/13 19:16:11; author: mel; state: Exp; lines: +3 -1
14 Allow for OpenLDAP 2.3+
15 Description: Allow OpenLDAP => 2.3
16
17 diff -pur cyrus-sasl-2.1.21.orig/configure cyrus-sasl-2.1.21/configure
18 --- cyrus-sasl-2.1.21.orig/configure 2006-03-30 14:24:55.000000000 +0000
19 +++ cyrus-sasl-2.1.21/configure 2006-03-30 21:00:35.388580365 +0000
20 @@ -12253,6 +12253,8 @@ cat >>conftest.$ac_ext <<_ACEOF
21 char *__openldap_compat = "2.1.27 or better okay";
22 #elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5
23 char *__openldap_compat = "2.2.6 or better okay";
24 +#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR > 2
25 +char *__openldap_compat = "2.3 or better okay"
26 #endif
27
28 _ACEOF