[Freeswitch-svn] [commit] r10678 - freeswitch/trunk/src/mod/xml_int/mod_xml_ldap

FreeSWITCH SVN mikej at freeswitch.org
Tue Dec 9 07:59:08 PST 2008


Author: mikej
Date: Tue Dec  9 10:59:07 2008
New Revision: 10678

Log:
fix download filename

Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_ldap/Makefile

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_ldap/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_ldap/Makefile	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_ldap/Makefile	Tue Dec  9 10:59:07 2008
@@ -17,7 +17,7 @@
 include $(switch_srcdir)/build/modmake.rules
 
 $(LDAP_DIR):
-	$(GETLIB) $(LDAP).tgz
+	$(GETLIB) $(LDAP).tar.gz
 	cd $(LDAP_DIR) && CFLAGS="`echo $(CFLAGS) | sed -e 's:-std=c99::'`" ./configure $(DEFAULT_ARGS)
 
 $(LIBLUTILA) $(LDAPLA) $(LIBLBERLA): $(LDAP_DIR)



More information about the Freeswitch-svn mailing list