From 9e62c6fb9a2b57d2e44fa97f67cd8015f48268e0 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 12 Dec 2009 22:31:36 +0000 Subject: [PATCH] upgrade openldap to fix gcc 4.4 build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15941 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/directories/mod_ldap/Makefile | 2 +- src/mod/xml_int/mod_xml_ldap/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/directories/mod_ldap/Makefile b/src/mod/directories/mod_ldap/Makefile index 1fb1c2d17f..44b4308ed1 100644 --- a/src/mod/directories/mod_ldap/Makefile +++ b/src/mod/directories/mod_ldap/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -LDAP=openldap-2.4.11 +LDAP=openldap-2.4.19 LDAP_DIR=$(switch_srcdir)/libs/$(LDAP) LDAP_BUILDDIR=$(switch_builddir)/libs/$(LDAP) diff --git a/src/mod/xml_int/mod_xml_ldap/Makefile b/src/mod/xml_int/mod_xml_ldap/Makefile index ee963e0596..151d9198f6 100644 --- a/src/mod/xml_int/mod_xml_ldap/Makefile +++ b/src/mod/xml_int/mod_xml_ldap/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -LDAP=openldap-2.4.11 +LDAP=openldap-2.4.19 LDAP_DIR=$(switch_srcdir)/libs/$(LDAP) LDAP_BUILDDIR=$(switch_builddir)/libs/$(LDAP)