mirror of https://github.com/sipwise/klish.git
parent
2f7980893f
commit
429e28d257
@ -0,0 +1,15 @@
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -92,7 +92,7 @@ if test x$use_lua != xno; then
|
||||
CPPFLAGS="${CPPFLAGS} -I$use_lua/include"
|
||||
LDFLAGS="${LDFLAGS} -L$use_lua/lib"
|
||||
fi
|
||||
- LUA_VERSION="5.1"
|
||||
+ LUA_VERSION="5.2"
|
||||
AX_LUA_HEADERS()
|
||||
AX_LUA_LIBS()
|
||||
fi
|
||||
@ -1 +1,2 @@
|
||||
0001-TT-38850-Quote-shell-variable.patch
|
||||
lua5.2.patch
|
||||
|
||||
Loading…
Reference in new issue