[packages] freeswitch: add C++ support for switch_cpp, enable mod_lua, add downloads for most external sources

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-12-17 13:00:44 +00:00
parent 3c6e54ee83
commit 18c9cd3964
3 changed files with 43 additions and 14 deletions

View File

@ -11,7 +11,14 @@
CC=@CC@
CXX=@CXX@
AWK=@AWK@
@@ -36,6 +40,8 @@ DYNAMIC_LIB_EXTEN = @DYNAMIC_LIB_EXTEN@
@@ -29,13 +33,13 @@ DEFS=@DEFS@
PREFIX = @prefix@
MODINSTDIR = @modinstdir@
-DYLD_LIBRARY_PATH=@libdir@:$DYLD_LIBRARY_PATH
-LD_LIBRARY_PATH=@libdir@:$LD_LIBRARY_PATH
OSARCH=`uname -s`
DYNAMIC_LIB_EXTEN = @DYNAMIC_LIB_EXTEN@
LIBTOOL_LIB_EXTEN = @LIBTOOL_LIB_EXTEN@
SOLINK = @SOLINK@