diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-26 07:15:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-26 07:15:58 +0000 |
commit | b334a50b51296fd067a3f635e34a829803dff12c (patch) | |
tree | 2fcad807c6782ae4a0a6b14cd10a82e0f5cbb1bc /site | |
parent | 9942a8c3c0baa09c969ea3f58dac4a1d66e0bb3a (diff) | |
parent | 4ddb6204e15197bcb77ea348a16580639083320a (diff) |
merge of '0b435292ad4bcac5c77643e4c7106c40b13d44e2'
and '10d839841515280475537b389b383e3e3686c117'
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 + |