6
0

Update the build-with-lua51.patch to work even with LuaJIT, but

make the application of the patch conditional (it probably breaks
with Lua >= 5.2).
This commit is contained in:
2025-10-10 10:29:33 +02:00
parent a675218ee4
commit d7253a6a60
4 changed files with 86 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 10 08:28:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update the build-with-lua51.patch to work even with LuaJIT,
but make the application of the patch conditional (it probably
breaks with Lua >= 5.2).
-------------------------------------------------------------------
Sun Oct 5 21:48:42 UTC 2025 - Matej Cepl <mcepl@cepl.eu>