TT#64358 Switch to lua5.2

Change-Id: I671d6800d46f6132d456744cf115a4c16282c814
changes/88/35488/3
Guillem Jover 7 years ago
parent 2f7980893f
commit 429e28d257

2
debian/control vendored

@ -8,7 +8,7 @@ Build-Depends:
debhelper-compat (= 12),
dh-autoreconf,
libexpat1-dev,
liblua5.1-0-dev,
liblua5.2-dev,
Package: klish
Architecture: any

@ -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…
Cancel
Save