mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
site/x86_64-linux: add ac_cv_func_fnmatch_works
Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to x86_64 cache too, otherwise cabextract fails to build ([1]) [1] https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3893/steps/14/logs/stdio (From OE-Core rev: a5aeaf02eff9ddaa95cf53e727c166ac7516ca31) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5aba8ca773
commit
6b44e5bfa1
@@ -83,3 +83,6 @@ ac_cv_func__restgpr_14_x=no
|
||||
|
||||
# cvs
|
||||
cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
|
||||
|
||||
# cabextract
|
||||
ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
|
||||
|
||||
Reference in New Issue
Block a user