From: Jan Rękorajski Date: Wed, 18 Jan 2006 00:06:14 +0000 (+0000) Subject: - define LDAP_DEPRECATED to allow compilation with openldap 2.3 X-Git-Tag: auto/ac/pdns-2_9_19-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpdns.git;a=commitdiff_plain;h=a84e2f24d6ca86aa220bae8c9efb7b18f3d36dd1 - define LDAP_DEPRECATED to allow compilation with openldap 2.3 Changed files: pdns-openldap-2.3.patch -> 1.1 --- diff --git a/pdns-openldap-2.3.patch b/pdns-openldap-2.3.patch new file mode 100644 index 0000000..201c287 --- /dev/null +++ b/pdns-openldap-2.3.patch @@ -0,0 +1,11 @@ +--- pdns-2.9.19/modules/ldapbackend/powerldap.hh~ 2006-01-18 00:55:23.000000000 +0100 ++++ pdns-2.9.19/modules/ldapbackend/powerldap.hh 2006-01-18 01:03:42.000000000 +0100 +@@ -27,6 +27,8 @@ + #include + #include + #include ++ ++#define LDAP_DEPRECATED 1 + #include + +