From 647562d9096de4fb13d798638729e5aea950af11 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Mon, 12 Dec 2022 10:15:29 -0800 Subject: [PATCH] environment/autoconf_cache: Disable 64-bit time_t by default --- common/environment/configure/autoconf_cache/common-linux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/environment/configure/autoconf_cache/common-linux b/common/environment/configure/autoconf_cache/common-linux index 718c2c36d79..fe0bd5312cb 100644 --- a/common/environment/configure/autoconf_cache/common-linux +++ b/common/environment/configure/autoconf_cache/common-linux @@ -170,3 +170,7 @@ ac_cv_strftime_extensions=yes # time ac_cv_func_wait3=yes + +# Y2038 +gl_cv_type_time_t_y2038=${gl_cv_type_time_t_y2038=no} +ac_cv_type_time_t_bits_macro=${ac_cv_type_time_t_bits_macro=no}