From d43734ced436de25e21d2961ec6bf30067f73240 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 12 Nov 2017 15:51:22 +0100 Subject: [PATCH] maint: include the module year2038 from gnulib * bootstrap.conf (gnulib_modules): Add 'year2038' to ensure that time_t is 64-bit (and thus works after 2038). Suggested by Bruno Haible in https://lists.gnu.org/r/bug-gnulib/2017-11/msg00022.html --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 44ad1f02..14ca580a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -178,6 +178,7 @@ gnulib_modules=" xstrtod xstrtol xstrtoumax + year2038 yesno ${maintainer_modules} "