diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-05 10:50:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-05 10:50:27 +0000 |
commit | 745503099a705c16bfc586949a64773b5ac29415 (patch) | |
tree | a06b322acdc60d636fe45b3c8fe12888d977561a /site | |
parent | 0672b70d6b4c355c8db0d5ae94c366a0c19d6570 (diff) |
site: add more uclibc entries
Diffstat (limited to 'site')
-rw-r--r-- | site/common | 1 | ||||
-rw-r--r-- | site/common-uclibc | 7 |
2 files changed, 8 insertions, 0 deletions
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} |