From 6b44e5bfa1f02addbe8de692783e775e3b176048 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 30 May 2024 19:43:55 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/site/x86_64-linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index b9ee141fd5..ed9c88fa20 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux @@ -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}