mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 13:53:41 -09:00
GCC 14 makes implicit declaration an error by default, which breaks build with uClibc when _GNU_SOURCE is not defined. Add a patch adding _GNU_SOURCE for uClibc build. Fixes: https://autobuild.buildroot.org/results/2c284d800e59e41669a5da85ca23e2923eea7997/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>