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: yocto-4.0~40374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8465b7d7d069b3d6f485daf22672f57ea17a4cb0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d83ed1d24d4..d0d0f326423 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}