]> git.pld-linux.org Git - packages/asterisk.git/blob - lua_versions.patch
Release 2 (by relup.sh)
[packages/asterisk.git] / lua_versions.patch
1 diff -dur asterisk-15.4.1.orig/configure.ac asterisk-15.4.1/configure.ac
2 --- asterisk-15.4.1.orig/configure.ac   2018-06-11 23:21:37.000000000 +0200
3 +++ asterisk-15.4.1/configure.ac        2018-06-12 10:34:15.000000000 +0200
4 @@ -2388,7 +2388,7 @@
5  fi
6  AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
7  
8 -for ver in 5.3 5.2 5.1; do
9 +for ver in 53 52 51 5.3 5.2 5.1; do
10         AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])
11         if test "x${PBX_LUA}" = "x1" ; then
12                 if test x"${LUA_DIR}" = x; then
This page took 0.090365 seconds and 3 git commands to generate.