summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-02-03 13:41:25 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-02-03 13:41:25 +0200
commite293184b80d6858401408990a7bc8bc5bad61083 (patch)
treeadc2ae6db779c6251f00de2aaa77815deec353c7
parent17e9a52938c10bbe8b549bdc1c129f4b972b7183 (diff)
gnu: findutils-boot0: Update configure flags.
* gnu/packages/commencement.scm (findutils-boot0)[arguments]: Adjust the 'configure-flags. Change-Id: I20bbc732dbd5d2a14e0448b94f745794c2b77414
-rw-r--r--gnu/packages/commencement.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index cad96154e72..52696d39826 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3181,12 +3181,9 @@ exec " gcc "/bin/" program
3181 ,@(substitute-keyword-arguments (package-arguments findutils) 3181 ,@(substitute-keyword-arguments (package-arguments findutils)
3182 ((#:configure-flags flags ''()) 3182 ((#:configure-flags flags ''())
3183 `(append 3183 `(append
3184 ;; TODO: Figure out exactly with architectures need this. 3184 ,(if (target-x86-64?)
3185 ,(if (target-64bit?)
3186 ''("TIME_T_32_BIT_OK=yes") 3185 ''("TIME_T_32_BIT_OK=yes")
3187 ''()) 3186 ''())
3188 '("--disable-year2038")
3189 '() ; XXX: List only added to prevent rebuilds!
3190 ,flags)) 3187 ,flags))
3191 ((#:phases phases '%standard-phases) 3188 ((#:phases phases '%standard-phases)
3192 `(modify-phases ,phases 3189 `(modify-phases ,phases