mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
site: set getcwd() test result for abort()-bug for glibc / musl
This coreutils (gnulib) test checks for an abort() that existed in glibc before 2.4.90-10 (in 2006) in certain conditions. Neither libraries exhibit this problem today. (From OE-Core rev: 506c3b5adaa2fdffa051d83fb99efc00e432156b) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1a0fa1317
commit
f50911e245
@@ -29,6 +29,7 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
|
||||
|
||||
# coreutils
|
||||
fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
|
||||
gl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no}
|
||||
gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes}
|
||||
gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max=yes}
|
||||
gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
|
||||
|
||||
@@ -34,6 +34,7 @@ bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
|
||||
|
||||
# coreutils
|
||||
fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
|
||||
gl_cv_func_getcwd_abort_bug=${gl_cv_func_getcwd_abort_bug=no}
|
||||
gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes}
|
||||
gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max='no, but it is partly working'}
|
||||
gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no}
|
||||
|
||||
Reference in New Issue
Block a user