summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 00ac7173a5..947ed5b7d3 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -34,6 +34,9 @@ bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
34bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} 34bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
35bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} 35bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
36 36
37# coreutils
38gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
39
37# mysql 40# mysql
38ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} 41ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
39ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} 42ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}