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 | poky-7e5766f1aeb7efd8005f39c7436a6ac614cee7e3.tar.gz |
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} | |||
11 | clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} | 11 | clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} |
12 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} | 12 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} |
13 | 13 | ||
14 | # glib | ||
15 | glib_cv_strlcpy=${glib_cv_strlcpy=no} | ||
16 | ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes} | ||
17 | ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} | ||
18 | ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} | ||
19 | glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} | ||