From: Dmitry Baryshkov Date: Thu, 30 May 2024 16:43:55 +0000 (+0300) Subject: site/x86_64-linux: add ac_cv_func_fnmatch_works X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5aeaf02eff9ddaa95cf53e727c166ac7516ca31;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie --- diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index b9ee141fd5c..ed9c88fa20f 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}