]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/x86_64-linux-uclibc: Cache lf_cv_sane_realloc
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Jul 2011 05:23:32 +0000 (22:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:25:02 +0000 (15:25 +0100)
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 <raj.khem@gmail.com>
meta/site/x86_64-linux-uclibc

index d83ed1d24d4b0942ce787efc3da74f84c3f9c31f..d0d0f326423aee1d3f532193d1617c3a53810ad9 100644 (file)
@@ -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}