summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-03 10:31:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-03 10:32:04 -0700
commit488a115bfeb43857f0085f154a4869f0a8ad3e6c (patch)
treed994c255f9ea9d060aa649507d936479e76c1868 /bootstrap.conf
parentc63a0950ff852c94e27d14b6d0eea001eddb7de1 (diff)
downloadgrep-488a115bfeb43857f0085f154a4869f0a8ad3e6c.tar.gz
grep: re-fix Y2038 bug on glibc 2.34+ x86, ARM
The meaning of AC_SYS_LARGEFILE has changed to no longer even try to use wider time_t if available. So use AC_SYS_YEAR2038 as well. A more-aggressive change would be to use the next Autoconf’s AC_SYS_YEAR2038_REQUIRED but at least let’s restore the grep 3.8 behavior. * NEWS: Mention this. * bootstrap.conf: Add year2038.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 50948a6e..ec48c374 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -102,6 +102,7 @@ windows-stat-inodes
xalloc
xbinary-io
xstrtoimax
+year2038
'
gnulib_name=libgreputils