mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 23:34:35 +04:00
- bump to 1.10.10
- remove TARGET_CFLAGS workarounds
- remove BROKEN from modules av & python3
- remove 500-libshout-deprecated.patch
- refresh other patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 999a8a9ff1)
12 lines
481 B
Diff
12 lines
481 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -571,7 +571,7 @@ AC_SUBST(SYS_XMLRPC_CFLAGS)
|
|
AC_SUBST(SYS_XMLRPC_LDFLAGS)
|
|
AM_CONDITIONAL([SYSTEM_XMLRPCC],[test "${enable_xmlrpcc}" = "yes"])
|
|
|
|
-for luaversion in luajit lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua; do
|
|
+for luaversion in lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua; do
|
|
PKG_CHECK_MODULES([LUA],[${luaversion}],[have_lua=yes],[have_lua=no])
|
|
if test ${have_lua} = yes; then
|
|
break
|