mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
On x86_64 if GPR_MUSL_LIBC_COMPAT is not set, grpc tries to link with memcpy@GLIBC_2.2.5, see:618a3f561d/src/core/lib/gpr/wrap_memcpy.ccAdd a new GPR_DISABLE_WRAPPED_MEMCPY to disable wrapped memory without changing CPU behavior Fixes: - http://autobuild.buildroot.org/results/20d6f2489a4e291a53bd514da66105eb607e1014 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit0cd2df5f8a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>