From 745503099a705c16bfc586949a64773b5ac29415 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 5 Apr 2008 10:50:27 +0000 Subject: site: add more uclibc entries --- site/common | 1 + site/common-uclibc | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'site') diff --git a/site/common b/site/common index 90766886b3..dab8d7f18c 100644 --- a/site/common +++ b/site/common @@ -3,3 +3,4 @@ mr_cv_target_elf=${mr_cv_target_elf=yes} # Normally kernels have /dev/random enabled ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} + diff --git a/site/common-uclibc b/site/common-uclibc index 3112d3ed6c..e93c3450cf 100644 --- a/site/common-uclibc +++ b/site/common-uclibc @@ -1,5 +1,12 @@ # general ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no} +ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes} +ac_cv_have_setresuid_decl=${ac_cv_have_setresuid_decl=yes} +ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} +ac_cv_va_copy=${ac_cv_va_copy=yes} +ac_cv___va_copy=${ac_cv___va_copy=yes} +ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} +ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} #dbus-glib ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} -- cgit 1.2.3-korg