diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-26 16:23:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:36 +0100 |
commit | 4ac307ec4097f07b8e6c8f06f91a430e788330fd (patch) | |
tree | 516648c81fdbfa648c1605d51ccaf70b34af5a98 /meta/site/powerpc32-linux | |
parent | c8f8ca9e46b3777968fbac5a84da94add8b40fb7 (diff) | |
download | poky-4ac307ec4097f07b8e6c8f06f91a430e788330fd.tar.gz |
Various siteinfo files: Consolidate ac_cv_func_getaddrinfo
This is a libc feature, move there. Drop the ipsec-tools specific
test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't
support buggy getaddrinfo now.
(From OE-Core rev: bca50524921a870bf774e23973a834f20701f146)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/powerpc32-linux')
-rw-r--r-- | meta/site/powerpc32-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index c0e3804d93..60dad35f5d 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -180,7 +180,6 @@ ac_cv_alignof_CORBA_pointer=4 | |||
180 | ac_cv_alignof_CORBA_short=2 | 180 | ac_cv_alignof_CORBA_short=2 |
181 | ac_cv_alignof_CORBA_struct=4 | 181 | ac_cv_alignof_CORBA_struct=4 |
182 | ac_cv_alignof_CORBA_wchar=2 | 182 | ac_cv_alignof_CORBA_wchar=2 |
183 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | ||
184 | 183 | ||
185 | # cvs | 184 | # cvs |
186 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | 185 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} |