mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@320 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
Submitted By: Dan Nicholson <dnicholson_at_linuxfromscratch_dot_org>
|
|
Date: 2006-04-25
|
|
Initial Package Version: 2.1.21
|
|
Upstream Status: Applied
|
|
Origin: Upstream CVS
|
|
$ cvs log cmulocal/openldap.m4
|
|
...
|
|
RCS file: /cvs/src/cmulocal/openldap.m4,v
|
|
Working file: cmulocal/openldap.m4
|
|
...
|
|
----------------------------
|
|
revision 1.2
|
|
date: 2006/03/13 19:16:11; author: mel; state: Exp; lines: +3 -1
|
|
Allow for OpenLDAP 2.3+
|
|
Description: Allow OpenLDAP => 2.3
|
|
|
|
diff -pur cyrus-sasl-2.1.21.orig/configure cyrus-sasl-2.1.21/configure
|
|
--- cyrus-sasl-2.1.21.orig/configure 2006-03-30 14:24:55.000000000 +0000
|
|
+++ cyrus-sasl-2.1.21/configure 2006-03-30 21:00:35.388580365 +0000
|
|
@@ -12253,6 +12253,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
char *__openldap_compat = "2.1.27 or better okay";
|
|
#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5
|
|
char *__openldap_compat = "2.2.6 or better okay";
|
|
+#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR > 2
|
|
+char *__openldap_compat = "2.3 or better okay"
|
|
#endif
|
|
|
|
_ACEOF
|