mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "gnu: coreutils: Disable 64-bit time_t on 32-bit systems."
This reverts commit 4eebb73295
.
The ‘--disable-year2038’ flag appears to be unnecessary (tested on
i686-linux). More importantly, it’s potentially harmful as it could
prevent rebuilds after year 2038 due to timestamp inconsistencies as
they wrap around, and could make the tools unusable altogether.
Change-Id: Iad828d38f84bd1824b83731ac3a3897da4b8b6d3
This commit is contained in:
parent
da26b34b0f
commit
0678ca426d
1 changed files with 0 additions and 4 deletions
|
@ -466,10 +466,6 @@ (define-public coreutils
|
|||
" test-renameatu"
|
||||
" test-utimensat")))
|
||||
'())
|
||||
,@(if (not (target-64bit?))
|
||||
;; Not all software is ready for 64bit time_t.
|
||||
'(#:configure-flags (list "--disable-year2038"))
|
||||
'())
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'build 'patch-shell-references
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue