]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
perl: enable _GNU_SOURCE define via d_gnulibc
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 6 Jun 2022 12:01:26 +0000 (14:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jun 2022 20:11:57 +0000 (21:11 +0100)
commit6422e62fbc5c65a2165a72c97c880cfa9a80e957
tree4fa14afa89770cc261a13c81f9c02503274700df
parent00aeb84a5e7c6d4293fb4cd30dd1e28d60c6aac5
perl: enable _GNU_SOURCE define via d_gnulibc

This is needed to properly support memmem() and friends under musl
as musl guards the declarations with _GNU_SOURCE define, and if the
declarations are not present, gcc will issue warnings and generate
assembly that assumes the functions return int (instead of e.g.
void*), with catastrophic consequences at runtime.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl_5.36.0.bb