diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-27 22:46:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-27 22:46:45 +0000 |
commit | 99d5d9996ba1b30e504eaa4b4eef4fd247412c50 (patch) | |
tree | 3163b6f0c5fb3bedf9c56c7cb5199a43ec79195e /meta/site/common-glibc | |
parent | af134e38ba0914b2368e50757d5019f4a9ee3ca3 (diff) | |
download | openembedded-core-99d5d9996ba1b30e504eaa4b4eef4fd247412c50.tar.gz openembedded-core-99d5d9996ba1b30e504eaa4b4eef4fd247412c50.tar.bz2 openembedded-core-99d5d9996ba1b30e504eaa4b4eef4fd247412c50.zip |
site: Sync ARM changes with OE (creation of common ARM site file)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1792 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r-- | meta/site/common-glibc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc new file mode 100644 index 0000000000..13e82beba3 --- /dev/null +++ b/meta/site/common-glibc @@ -0,0 +1,13 @@ +# general +ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} + +# bash +bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} +bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} + +# clamav +clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} +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} + |