mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
FreeSWITCH: Synced to FS latest git HEAD and fixed dependency issue. 1. Synched to FS git HEAD 8ea0bc73a9e162504b8e0564f585cbfb5b39acfc. 3. Added libopenssl as dependency. Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
21 lines
802 B
Diff
21 lines
802 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -162,7 +162,7 @@ if test "${enable_optimizer}" = "yes" ;
|
|
AX_CC_MAXOPT
|
|
fi
|
|
|
|
-AX_PATH_LIBGNUTLS()
|
|
+#AX_PATH_LIBGNUTLS()
|
|
|
|
# set defaults for use on all platforms
|
|
SWITCH_AM_CFLAGS="-I${switch_srcdir}/src/include -I${switch_builddir}/src/include -I${switch_srcdir}/libs/libteletone/src -I${switch_srcdir}/libs/stfu"
|
|
@@ -614,7 +614,7 @@ AC_CHECK_LIB(pthread, pthread_setschedpa
|
|
|
|
AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket))
|
|
|
|
-AC_CHECK_FILE(/dev/ptmx, [AC_DEFINE(HAVE_DEV_PTMX, 1, [Define if you have /dev/ptmx])])
|
|
+# AC_CHECK_FILE(/dev/ptmx, [AC_DEFINE(HAVE_DEV_PTMX, 1, [Define if you have /dev/ptmx])])
|
|
AC_CHECK_LIB(util, openpty, [AC_DEFINE(HAVE_OPENPTY, 1, [Define if you have openpty()])])
|
|
|
|
AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[
|