diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-24 08:51:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-24 08:51:39 +0000 |
commit | 87dd9b603c8730c41aa20102d25b386b6123b1e3 (patch) | |
tree | 9529085af6547c1f71ed7df1cc583900b030f4f7 /site | |
parent | cbea2f4a751b5ee8fb1343a05742f8b8765dec7a (diff) | |
parent | 7e541bf1f5abaad0105328e57198a05f8c17f242 (diff) |
propagate from branch 'org.openembedded.dev' (head 63851b92b9273aff39e9034738719537beaaad00)
to branch 'org.openembedded.dev.avr32' (head 73b3fea2362aba583bd68ba2381480ce68660133)
Diffstat (limited to 'site')
-rw-r--r-- | site/avr32-common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 5bce901caa..5f44f0ac89 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -1,3 +1,18 @@ glib_cv_stack_grows=${glib_cv_stack_grows=no} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} glib_cv_uscore=${glib_cv_uscore=no} +ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} + +#dbus-glib +ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} + +# set MALLOC_GLIBC_COMPAT=y in your uclibc .config for this +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} + +#gstreamer +as_cv_unaligned_access=${as_cv_unaligned_access=no} + +#readline +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} + + |