]> git.99rst.org Git - openwrt-packages.git/commit
luasocket: add Lua 5.4 variant
authorAlexandru Ardelean <redacted>
Tue, 26 May 2026 11:15:12 +0000 (14:15 +0300)
committerAlexandru Ardelean <redacted>
Fri, 31 Jul 2026 06:46:08 +0000 (09:46 +0300)
commit2eaaed5cdfcf32a3c7b550d705fd7ca3e2860e73
tree6f78fdacd68e6e6a2b54e539906def8736aa7fd7
parent59977dc387fb9fc2993c83182ccc2d54c1bc5bdf
luasocket: add Lua 5.4 variant

Add luasocket5.4 next to the existing luasocket (Lua 5.1) and
luasocket5.3 variants, installed via the upstream makefile's
'make install LUAV=5.4'.

That makefile defaults to prefix=/usr/local on linux, which is where
the luasocket5.3 variant still installs, so pass prefix=/usr explicitly
to land in /usr/share/lua/5.4 and /usr/lib/lua/5.4 like the other Lua
5.4 module packages.

Needed for the prosody 13.x upgrade.

Signed-off-by: Alexandru Ardelean <redacted>
lang/lua/luasocket/Makefile
git clone https://git.99rst.org/PROJECT