On 2020-12-28 15:41, Gunnar Hjalmarsson wrote:
Questions: - How important is the upgrade to lua5.4?
I can partly answer that question myself: lua5.3, which we have used as a build-dep for a while, has not been recognized as a lua package when building. For some reason that changed with lua5.4.
Anyway, to make it really build with lua5.3 on Ubuntu I added this patch: --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,7 @@ if test x"$has_lua_extension" = x"no"; then PKG_CHECK_MODULES(LUA, [ - lua5.1 + lua5.3 ], [], [enable_lua_extension=no] ); (there would probably have been a more elegant way to do it via d/rules) -- Gunnar Hjalmarsson https://launchpad.net/~gunnarhj