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:
Zheng Junjie 2025-02-27 08:55:51 +08:00 committed by Andreas Enge
parent f94edace04
commit f85e6a8076
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 3 additions and 2 deletions

View file

@ -399,14 +399,14 @@ interactive means to merge two files.")
(define-public findutils
(package
(name "findutils")
(version "4.9.0")
(version "4.10.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/findutils/findutils-"
version ".tar.xz"))
(sha256
(base32
"1zk2sighc26bfdsm97bv7cd1cnvq7r4gll4zqpnp0rs3kp0bigx2"))
"1xd4y24qfsdfp3ndz7d5j49lkhbhpzgr13wrvsmx4izjgyvf11qk"))
(patches (search-patches "findutils-localstatedir.patch"))))
(build-system gnu-build-system)
(arguments

View file

@ -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"))