]> git.pld-linux.org Git - packages/asterisk.git/blame - lua_versions.patch
Release 2 (by relup.sh)
[packages/asterisk.git] / lua_versions.patch
CommitLineData
1f5d25f5
AM
1--- asterisk-16.15.0.org/configure.ac 2020-11-19 13:34:40.000000000 +0100
2+++ asterisk-16.15.0/configure.ac 2020-11-27 12:43:01.444606104 +0100
3@@ -2553,7 +2553,7 @@ if test -z "$__opus_include" -o x"$__opu
095ce1e2
JK
4 fi
5 AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
6
0c995f2c
AM
7-for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do
8+for ver in ${LUA_VERSIONS:-54 53 52 51 5.4 5.3 5.2 5.1}; do
095ce1e2
JK
9 AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])
10 if test "x${PBX_LUA}" = "x1" ; then
11 if test x"${LUA_DIR}" = x; then
This page took 0.027761 seconds and 5 git commands to generate.