Your message dated Wed, 21 Jan 2026 22:57:29 +0100
with message-id <[email protected]>
and subject line Lua 5.2 compat
has caused the Debian Bug report #781728,
regarding Lua 5.2 compat
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
781728: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781728
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: luajit-5.1-2
Version: 2.0.3+dfsg-3
Some programs like Aegisub require luajit to be compiled with Lua 5.2
compatibility.
The resulting library however is not 100% compatible with the regular
Luajit build.
Can't you instead just build two libraries, libluajit-5.1.so.2 and
libluajit-5.1-lua52compat.so.2?
To build libluajit-5.1.so.2:
$(MAKE) amalg PREFIX=/usr CC=gcc MULTILIB=lib/$(DEB_HOST_MULTIARCH)
To build libluajit-5.1-lua52compat.so.2:
$(MAKE) amalg PREFIX=/usr CC=gcc MULTILIB=lib/$(DEB_HOST_MULTIARCH) \
XCFLAGS=-DLUAJIT_ENABLE_LUA52COMPAT
TARGET_SONAME=libluajit-5.1-lua52compat.so.2
--- End Message ---
--- Begin Message ---
Version: 2.1.0+openresty20251030-1~exp3
--- End Message ---