mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
Patch the parts of Make that use code invalid in C23. It wasn't included when compiling with glibc but failed to build with musl. Fixes #176. See also https://savannah.gnu.org/bugs/index.php?68302 Signed-off-by: Daniel Houck <Software@DRHouck.me> [Marcus: link to savannah bug report also in the patchfile] Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>