[packages] freeswitch: make it fully modular, add patches to allow more modules to cross-compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-10-13 07:20:19 +00:00
parent f4c90b5224
commit 0394f56f0f
7 changed files with 683 additions and 40 deletions

View File

@ -0,0 +1,11 @@
--- a/build/config/libcurl.m4
+++ b/build/config/libcurl.m4
@@ -71,7 +71,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
if test -d "$_libcurl_with" ; then
LIBCURL_CPPFLAGS="-I$withval/include"
_libcurl_ldflags="-L$withval/lib"
- AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"])
+ _libcurl_config="$withval/bin/curl-config"
else
AC_PATH_PROG([_libcurl_config],[curl-config])
fi