instead of disabling Lua support, is it possible to build against Lua-5.3 ? I recall there's Lua-5.3 on Fedora-33
пт, 10 июл. 2020 г. в 21:20, Ryan O'Hara <roh...@redhat.com>: > > > On Thu, Jul 9, 2020 at 2:24 PM Tim Düsterhus <t...@bastelstu.be> wrote: > >> Ryan, >> >> Am 09.07.20 um 20:34 schrieb Ryan O'Hara: >> > I'm currently packaging this for Fedora. It seems to build just fine on >> > Fedora 32 and rawhide. Is there any new build options or dependencies >> to be >> > aware of? I'm looking at the Makefile now and nothing jumps out at me. >> That >> > said, I am totally capable of missing something. >> > >> >> I've just run `git diff v2.2-dev0..v2.3-dev0 -- Makefile`. The only >> thing I'm seeing that might of of interest to you is HLUA_PREPEND_PATH / >> HLUA_PREPEND_CPATH if you plan to ship any HAProxy specific Lua >> libraries that don't make sense in the global Lua library path. >> > > Good thing we're talking about Lua, because I just noticed that rawhide > (and Fedora 33) are using Lua 5.4 and that will not work with haproxy. I'm > investigating. Worst case scenario ... I will have to disable Lua support > in F33/rawhide. > > Ryan > > >