From: Michael Jerris Date: Sat, 12 Dec 2009 22:31:36 +0000 (+0000) Subject: upgrade openldap to fix gcc 4.4 build X-Git-Tag: v1.0.6~1016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e62c6fb9a2b57d2e44fa97f67cd8015f48268e0;p=thirdparty%2Ffreeswitch.git upgrade openldap to fix gcc 4.4 build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15941 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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)