]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
upgrade openldap to fix gcc 4.4 build
authorMichael Jerris <mike@jerris.com>
Sat, 12 Dec 2009 22:31:36 +0000 (22:31 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 12 Dec 2009 22:31:36 +0000 (22:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15941 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/directories/mod_ldap/Makefile
src/mod/xml_int/mod_xml_ldap/Makefile

index 1fb1c2d17f79e63e8c7de761f89843433a37fe75..44b4308ed1c2d14348a5ee29159b1eb755a8619a 100644 (file)
@@ -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)
 
index ee963e0596f54071a0317e2fbde9e07a641bd6d2..151d9198f65ab05841d677014e18b7a856e98a9e 100644 (file)
@@ -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)