diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-01 13:45:35 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-01 13:45:35 +0000 |
commit | 7e5766f1aeb7efd8005f39c7436a6ac614cee7e3 (patch) | |
tree | ec37f289a1b803fb2d082104ba0b7d72895c4c7c /meta/site/common-glibc | |
parent | 1bceb4bf02a057c22f415fe184ba5f565fd15bbd (diff) | |
download | openembedded-core-7e5766f1aeb7efd8005f39c7436a6ac614cee7e3.tar.gz openembedded-core-7e5766f1aeb7efd8005f39c7436a6ac614cee7e3.tar.bz2 openembedded-core-7e5766f1aeb7efd8005f39c7436a6ac614cee7e3.zip |
Move some site defines from arm-common to common-glibc
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2288 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r-- | meta/site/common-glibc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 13e82beba3..86dd762c6f 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -11,3 +11,9 @@ clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes} clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} +# glib +glib_cv_strlcpy=${glib_cv_strlcpy=no} +ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes} +ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} +ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} +glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} |