]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - lua51-path.patch
include the new res_format_attr_g729.so too
[packages/asterisk.git] / lua51-path.patch
index 4760450d54f452581dd97def2983504cd5f5f488..a10bf6b20361833593f59ef065d9f6bde22b7cb6 100644 (file)
@@ -1,11 +1,12 @@
---- asterisk-1.6.2.10/configure.ac~    2010-06-08 00:13:04.000000000 +0200
-+++ asterisk-1.6.2.10/configure.ac     2010-07-24 11:23:03.842706054 +0200
-@@ -1559,12 +1559,12 @@
+diff -dur asterisk-12.0.0.orig/configure.ac asterisk-12.0.0/configure.ac
+--- asterisk-12.0.0.orig/configure.ac  2013-12-03 18:59:41.000000000 +0100
++++ asterisk-12.0.0/configure.ac       2014-01-07 09:42:07.000000000 +0100
+@@ -2113,12 +2113,12 @@
                [${PWLIB_INCLUDE}], [${PWLIB_LIB}])
  fi
  
--AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h], [-lm]) 
-+AST_EXT_LIB_CHECK([LUA], [lua51], [luaL_newstate], [lua51/lua.h], [-lm]) 
+-AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h], [-lm])
++AST_EXT_LIB_CHECK([LUA], [lua51], [luaL_newstate], [lua51/lua.h], [-lm])
  if test "x${PBX_LUA}" = "x1" ; then
        if test x"${LUA_DIR}" = x; then
 -              LUA_INCLUDE="${LUA_INCLUDE} -I/usr/include/lua5.1"
@@ -15,4 +16,4 @@
 +              LUA_INCLUDE="${LUA_INCLUDE} -I${LUA_DIR}/lua51"
        fi
  fi
-       
This page took 0.090557 seconds and 4 git commands to generate.