mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: findutils: Update to 4.10.0.
* gnu/packages/base.scm (findutils): Update to 4.10.0. * gnu/packages/commencement.scm (findutils-boot0) [arguments]<#:configure-flags>: Add --disable-year2038. Change-Id: I1b4373038e296818ef537dfa069a29f7bac481dc
This commit is contained in:
parent
f94edace04
commit
f85e6a8076
2 changed files with 3 additions and 2 deletions
|
@ -2073,6 +2073,7 @@ exec " gcc "/bin/" program
|
|||
,(if (target-64bit?)
|
||||
''("TIME_T_32_BIT_OK=yes")
|
||||
''())
|
||||
'("--disable-year2038")
|
||||
,(match (%current-system)
|
||||
((or "arm-linux" "aarch64-linux")
|
||||
''("--disable-dependency-tracking"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue