mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Configuring coreutils with gl_cv_func_fstatat_zero_flag=no results in non-functional lchmod library function which causes 'mkfifo -m' to always complete with the message 'cannot set permissions of ...: Invalid argument' and an error exit code. gl_cv_func_fstatat_zero_flag=no is not needed when building coreutils-9.0 for linux and its setting should be correctly determined by the configure script. Drop gl_cv_func_fstatat_zero_flag=no from the coreutils configure environment. For more details see https://lists.buildroot.org/pipermail/buildroot/2021-December/631388.html Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>