[OE-core] [PATCH 02/16] site: musl has working memcmp()

André Draszik git at andred.net
Fri Jan 10 16:52:48 UTC 2020


I.e. a memcmp() that is 8bit clean (like glibc).

Signed-off-by: André Draszik <git at andred.net>
---
 meta/site/common-musl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/site/common-musl b/meta/site/common-musl
index 1b4fc32135..024b6ba1e5 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
-- 
2.23.0.rc1



More information about the Openembedded-core mailing list