Build may fail in lua beause I'm using patch which enabled build with lua >= 5.2

--- a/build/geanylua.m4
+++ b/build/geanylua.m4
@@ -14,10 +14,8 @@
         done])

     LUA_VERSION=5.1
-    LUA_VERSION_BOUNDARY=5.2
     GP_CHECK_PLUGIN_DEPS([GeanyLua], [LUA],
-                         [${LUA_PKG_NAME} >= ${LUA_VERSION}
-                          ${LUA_PKG_NAME} < ${LUA_VERSION_BOUNDARY}])
+                         [${LUA_PKG_NAME} >= ${LUA_VERSION}])
     GP_CHECK_PLUGIN_DEPS([GeanyLua], [GMODULE], [gmodule-2.0])
     GP_COMMIT_PLUGIN_STATUS([GeanyLua])

It would be good to update for latest lua because older versions are buggy and longer maintained (there are few CVEs in lua older than 5.4).


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/issues/1303/1902081100@github.com>