From: Khem Raj Date: Wed, 20 Jul 2011 05:23:32 +0000 (-0700) Subject: site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc X-Git-Tag: 2011-1~674 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8465b7d7d069b3d6f485daf22672f57ea17a4cb0;p=openembedded-core.git site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc If left to configure, it tried to run the testcase to determine this and that fails on cross compile e.g. compiling startup-notification-0.12 Signed-off-by: Khem Raj --- diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index d83ed1d24d..d0d0f32642 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc @@ -102,3 +102,6 @@ ac_cv_alignof_CORBA_short=2 ac_cv_alignof_CORBA_struct=1 ac_cv_alignof_CORBA_wchar=2 ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} + +# startup-notification +lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}