diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-19 22:23:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:39 +0100 |
commit | 73bc4c221191387738e9aa85531af14b99ab3e6c (patch) | |
tree | 22d7a9343b1964f46ab53f62b27b107a3b41550c /meta | |
parent | 28d52d9ae9244bc28a9e455eaff27ae61fc1180c (diff) | |
download | poky-73bc4c221191387738e9aa85531af14b99ab3e6c.tar.gz |
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
(From OE-Core rev: 8465b7d7d069b3d6f485daf22672f57ea17a4cb0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/site/x86_64-linux-uclibc | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
102 | ac_cv_alignof_CORBA_struct=1 | 102 | ac_cv_alignof_CORBA_struct=1 |
103 | ac_cv_alignof_CORBA_wchar=2 | 103 | ac_cv_alignof_CORBA_wchar=2 |
104 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | 104 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |
105 | |||
106 | # startup-notification | ||
107 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | ||