mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-03 04:40:09 +08:00

Update to most recent LTS release addressing multiple security and stability issues. Complete changelog: https://github.com/asterisk/asterisk/compare/20.5.2...20.8.1 Note that res-stir-shaken switched to use libjwt instead of providing a built-in JWT implementation. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
446 B
Diff
12 lines
446 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2623,7 +2623,7 @@ if test -z "$__opus_include" -o x"$__opu
|
|
fi
|
|
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
|
|
|
|
-for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do
|
|
+for ver in ${LUA_VERSIONS}; do
|
|
AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])
|
|
if test "x${PBX_LUA}" = "x1" ; then
|
|
if test x"${LUA_DIR}" = x; then
|