diff options
Diffstat (limited to 'site/mipsel-linux-uclibc')
-rw-r--r-- | site/mipsel-linux-uclibc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/mipsel-linux-uclibc b/site/mipsel-linux-uclibc index 9545feab4c..9fdfe3ad8c 100644 --- a/site/mipsel-linux-uclibc +++ b/site/mipsel-linux-uclibc @@ -6,6 +6,10 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} # tslib, others ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} +# mysql +ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} +ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} + # bash ac_cv_c_long_double=${ac_cv_c_long_double=no} bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} |