Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-22 Thread Ross Burton
On 21 May 2024, at 22:55, Khem Raj wrote: > This kinds of errors are something I worry about, where configure may > silently decide to take another path for wrong or > insufficient tests. I wonder if we have a way to cache and compare > configure outcomes. buildhistory-diff is the easy solution (

Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Khem Raj
On Tue, May 21, 2024 at 8:17 AM Ross Burton via lists.openembedded.org wrote: > > The code fragment used to detect readline in cross builds doesn't compile > cleanly with GCC 14.1, so readline is never enabled. > > Add missing includes so the test works, and readline can be enabled. > > Signed-off

Re: [OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Alexander Kanavin
Please include a link to the submission. Alex On Tue 21. May 2024 at 17.17, Ross Burton via lists.openembedded.org wrote: > The code fragment used to detect readline in cross builds doesn't compile > cleanly with GCC 14.1, so readline is never enabled. > > Add missing includes so the test works

[OE-core] [PATCH] gawk: fix readline detection

2024-05-21 Thread Ross Burton
The code fragment used to detect readline in cross builds doesn't compile cleanly with GCC 14.1, so readline is never enabled. Add missing includes so the test works, and readline can be enabled. Signed-off-by: Ross Burton --- ...001-m4-readline-add-missing-includes.patch | 38 +