diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-24 14:28:15 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-24 14:28:15 +0000 |
commit | 1ab72c6d2a7e4f56f3c55411189ab4992d64c29c (patch) | |
tree | 20c9206d643595d0e1646b7f07c71df28aa4a658 /site | |
parent | 59c5c06d11e26e5435f8f0c2fd0902f1dece57dc (diff) | |
parent | 62d4698b651ec93b84dcb2f04fffdbd2b420f103 (diff) |
merge of 'aa327bc6909e97c6358a09ecd6fca8e61ae204e7'
and 'c0a3e474625678b13727e12b833983f6e3389de1'
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 + |