[sr-dev] git:master: db2_ldap: defined -DLDAP_DEPRECATED to enable the old ldap api

Daniel-Constantin Mierla miconda at gmail.com
Thu Dec 20 19:25:45 CET 2012


Module: sip-router
Branch: master
Commit: bb5527557c9d54f4ba63ddd491e4487b3fa0b063
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb5527557c9d54f4ba63ddd491e4487b3fa0b063

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Dec 20 19:25:10 2012 +0100

db2_ldap: defined -DLDAP_DEPRECATED to enable the old ldap api

- reported by Ovidiu Sas

---

 modules/db2_ldap/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db2_ldap/Makefile b/modules/db2_ldap/Makefile
index a5c354b..3408a5d 100644
--- a/modules/db2_ldap/Makefile
+++ b/modules/db2_ldap/Makefile
@@ -8,7 +8,7 @@ NAME=db2_ldap.so
 
 #DEFS += -DLD_TEST
 
-DEFS += -Wall -DOPENLDAP23
+DEFS += -Wall -DOPENLDAP23 -DLDAP_DEPRECATED
 
 # Uncomment this if you have a recent version of libldap with
 # LD_SCOPE_CHILDREN defined




More information about the sr-dev mailing list