[1] is a project I've contributed to because I needed to compile RPMs for Amazon Linux and the RHEL/CentOS versions didn't quite work correctly. I liked it because it made the process super simple and took care of most of the dependencies.
It also includes support for RHEL8 and Amazon Linux 2 and has branches for HAProxy 1.6-2.0. Guess it's time to submit a 2.1 branch PR... [1] https://github.com/DBezemer/rpm-haproxy -----Original Message----- From: Willy Tarreau <[email protected]> Sent: Wednesday, November 27, 2019 2:33 AM To: Julien Pivotto <[email protected]> Cc: William Lallemand <[email protected]>; [email protected] Subject: Re: HAProxy 2.0.10 and 2.1.0 RPM's On Wed, Nov 27, 2019 at 08:21:44AM +0100, Julien Pivotto wrote: > On 27 Nov 04:00, Willy Tarreau wrote: > > Hi guys, > > > > Regarding Lua, it is among the packages which don't move fast and > > which present very little long-term risk, so it can very well be > > included as a static dependency if not supported in certain distros. > > I've already been wondering whether or not we should include a local > > copy of it into the haproxy source code, but I really hate doing > > this. I'd rather help packagers build it locally in fact. > > > > Thanks, > > Willy > > Willy, > > What is the flag to build lua statically? is there a flag yet? Normally you just need to have your Lua lib built statically. Willy

