From: André Draszik Date: Fri, 10 Jan 2020 16:52:48 +0000 (+0000) Subject: site: musl has working memcmp() X-Git-Tag: yocto-4.0~7802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d938ca1b8bc715047d771907c6ea4a1c9aa6594f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git site: musl has working memcmp() I.e. a memcmp() that is 8bit clean (like glibc). Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- diff --git a/meta/site/common-musl b/meta/site/common-musl index 1b4fc321353..024b6ba1e5f 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl @@ -4,6 +4,7 @@ ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} +ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} ac_cv_func_getpgrp_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes