From: Bernhard Voelker Date: Mon, 13 Nov 2017 07:44:38 +0000 (+0100) Subject: maint: include the module year2038 from gnulib X-Git-Tag: v8.29~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25030d942d41b9afdc66ead2f4ab04d287242445;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/bootstrap.conf b/bootstrap.conf index ce1689a7e4..5556a0c5dd 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -294,6 +294,7 @@ gnulib_modules=" xstrtol xstrtold xstrtoumax + year2038 yesno "