]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gawk: fix readline detection
authorRoss Burton <ross.burton@arm.com>
Tue, 21 May 2024 15:32:31 +0000 (15:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2024 09:20:08 +0000 (10:20 +0100)
commita6e7c3ce700b82c57f1102187fea6b387339eca3
treef361800ad647c018febb91ff981212af5d556cc0
parent28035987fad5a673e35b346e043e66d04f64ef5d
gawk: fix readline detection

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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch [new file with mode: 0644]
meta/recipes-extended/gawk/gawk_5.3.0.bb