removed dependencies on GNUTLs for mod_dingaling and minor fixes on sound packages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35556 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mazilo
2013-02-11 14:25:49 +00:00
parent 300ad457de
commit b952a66fcb
3 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,14 @@
--- a/configure.in
+++ b/configure.in
@@ -152,7 +152,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"
@@ -581,7 +581,7 @@ AC_CHECK_LIB(pthread, pthread_setschedpa
AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket))