diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-07 09:13:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-07 09:13:26 +0000 |
commit | d6fd6d24ea9cef7d661bed9424f54a7719bea5dc (patch) | |
tree | 53b4312019771dd2586fd4349cde67c12689b5e8 /site | |
parent | 950f437e524e56366b8e811acb729fb20d7d23f7 (diff) | |
parent | f2253ce9643943256c0cfe4f73c662a11c1792ca (diff) |
propagate from branch 'org.openembedded.dev' (head 23aeaf6386edeac3312ef7bf65975595704646cb)
to branch 'org.openembedded.dev.avr32' (head 60ed8ee80ed7d3ce9fd1d319931577988ff07968)
Diffstat (limited to 'site')
-rw-r--r-- | site/avr32-common | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 5bce901caa..b5b176cad7 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -1,3 +1,25 @@ 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} + +#libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2} + +#startup notification +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +lf_cv_sane_realloc=yes + |