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:06 +0100 |
commit | bca50524921a870bf774e23973a834f20701f146 (patch) | |
tree | e39c7cd980254db12fb8391f8816af371234d1cc /meta/site/common-uclibc | |
parent | dc678e674ba9c56feb150bf06829a44fbe4e2b5a (diff) | |
download | openembedded-core-bca50524921a870bf774e23973a834f20701f146.tar.gz openembedded-core-bca50524921a870bf774e23973a834f20701f146.tar.bz2 openembedded-core-bca50524921a870bf774e23973a834f20701f146.zip |
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.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/common-uclibc')
-rw-r--r-- | meta/site/common-uclibc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc index 093f60ee7b..f6e0b4450d 100644 --- a/meta/site/common-uclibc +++ b/meta/site/common-uclibc @@ -11,6 +11,7 @@ ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} +ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} # glib glib_cv_strlcpy=${glib_cv_strlcpy=no} |