From: Felix Fietkau Date: Sun, 30 Dec 2007 03:55:53 +0000 (+0000) Subject: fix net-snmp compile X-Git-Tag: reboot~27327 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a1a07442e6d3bd04e0bc4ecca2219fae3b3938fa;p=openwrt%2Fstaging%2Fchunkeey.git fix net-snmp compile SVN-Revision: 10047 --- diff --git a/include/site/linux-uclibc b/include/site/linux-uclibc index e7acc2bd5a..c3f00d6a1e 100644 --- a/include/site/linux-uclibc +++ b/include/site/linux-uclibc @@ -5,12 +5,14 @@ ac_cv_c_long_double=no ac_cv_conv_longlong_to_float=yes ac_cv_func___va_copy=no ac_cv_func__exit=yes +ac_cv_func_bcopy=yes ac_cv_func_fchmod=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getdomainname=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwuid_r=yes +ac_cv_func_index=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_lstat=yes @@ -23,6 +25,7 @@ ac_cv_func_pthread_key_delete=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_realloc_works=yes ac_cv_func_rename=yes +ac_cv_func_rindex=yes ac_cv_func_setlocale=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setresuid=no