]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: search for Lua 5.5 as well
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2026 16:44:04 +0000 (18:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2026 17:08:42 +0000 (19:08 +0200)
commitbfbca23dc2ad1abca4215eb2a39b45f1a86bac7e
treeef4344e906fabcc3315c4d503ab7f472eb4eccd1
parent24455aa4e0879556ad330f8ae72675864d7a76a3
BUILD: makefile: search for Lua 5.5 as well

Support for Lua 5.5 was brought in 3.4-dev2 with commit 1c0f781994
("MINOR: hlua: Add support for lua 5.5") but the Makefile doesn't look
for it, which can be quite confusing on recent distros which start to
ship with it. Let's add it to the looked up names.
INSTALL
Makefile