From fa6ab2400e4e336b429264085f4087724cb5b55c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 12 Aug 2007 08:11:31 +0000 Subject: site/avr32-common: add more entries --- site/avr32-common | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'site') 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} + + -- cgit v1.2.3 From b156888739f1b0a7ae1ea5dc8edd808a045ee3d0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Sep 2007 08:27:57 +0000 Subject: avr32 site: add ac_cv_linux_vers=${ac_cv_linux_vers=2} --- site/avr32-common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/avr32-common b/site/avr32-common index 5f44f0ac89..1b357a8a97 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -15,4 +15,5 @@ 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} -- cgit v1.2.3 From f2253ce9643943256c0cfe4f73c662a11c1792ca Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 30 Sep 2007 16:26:09 +0000 Subject: site: add more entries for avr32 --- site/avr32-common | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'site') diff --git a/site/avr32-common b/site/avr32-common index 1b357a8a97..b5b176cad7 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -17,3 +17,9 @@ 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 + -- cgit v1.2.3