]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - lua_versions.patch
Up to 18.9.0; add /var/log/archive/asterisk
[packages/asterisk.git] / lua_versions.patch
index 36c7536cd1529dac6d6f70f2404aa9c45c148dc2..26c441e7b1b1423bc45f5c18c55a257e49900ce3 100644 (file)
@@ -4,8 +4,8 @@
  fi
  AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
  
--for ver in 5.4 5.3 5.2 5.1; do
-+for ver in 54 53 52 51 5.4 5.3 5.2 5.1; do
+-for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do
++for ver in ${LUA_VERSIONS:-54 53 52 51 5.4 5.3 5.2 5.1}; 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
This page took 0.024405 seconds and 4 git commands to generate.