Re: [Dnsmasq-discuss] [PATCH] Easier custom lua version

2024-02-03 Thread Simon Kelley
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=summary On 03/02/2024 08:56, Geert Stappers wrote: On Wed, Jan 24, 2024 at 11:41:57AM +0100, Petr Menšík wrote: Date: Wed, 24 Jan 2024 11:28:38 +0100 Subject: [PATCH] Make lua version more easy to customize If distribution making lua-enabled

Re: [Dnsmasq-discuss] [PATCH] Easier custom lua version

2024-02-03 Thread Geert Stappers
On Wed, Jan 24, 2024 at 11:41:57AM +0100, Petr Menšík wrote: > Date: Wed, 24 Jan 2024 11:28:38 +0100 > Subject: [PATCH] Make lua version more easy to customize > > If distribution making lua-enabled binary does not use default lua5.4, > make it possible to use make LUA=lua5.1 or make LUA=lua. >

[Dnsmasq-discuss] [PATCH] Easier custom lua version

2024-01-24 Thread Petr Menšík
Hello! I have just noticed bump of lua in Makefile. A bit problem is our Fedora's lua-devel does not provide versioned pkg-config lua5.4. Instead it provides just lua. Attached change makes it simple to customize used lua pkg-config to overcome that limitation. Default stays the same, but