diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 12:05:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 12:05:49 +0000 |
commit | 286da62fb5c5e2e98443235c8a7c330077fe7519 (patch) | |
tree | bf69ce1f60728bc02551576cdc46fec466bd3e38 /meta/site/common-glibc | |
parent | e0833b8df50855ebd451ff5a35f677b5040d12a4 (diff) | |
download | openembedded-core-286da62fb5c5e2e98443235c8a7c330077fe7519.tar.gz openembedded-core-286da62fb5c5e2e98443235c8a7c330077fe7519.tar.bz2 openembedded-core-286da62fb5c5e2e98443235c8a7c330077fe7519.tar.xz openembedded-core-286da62fb5c5e2e98443235c8a7c330077fe7519.zip |
site: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2923 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r-- | meta/site/common-glibc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 9ed7a85a8..edbf4b41e 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -21,5 +21,15 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} glib_cv_long_long_format=${glib_cv_long_long_format=ll} +#dbus-glib +ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} + # gnucash am_cv_scanf_lld=${am_cv_scanf_lld=yes} + +# mono +mono_cv_uscore=${mono_cv_uscore=no} + +# guile +ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes} + |