File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ inspecting signatures in Mach-O binaries.")
451451 #t ))))))))
452452
453453(define-public glibc-2.31
454- (let ((commit " 8e30f03744837a85e33d84ccd34ed3abe30d37c3 " ))
454+ (let ((commit " 7b27c450c34563a28e634cccb399cd415e71ebfe " ))
455455 (package
456456 (inherit glibc) ; ; 2.35
457457 (version " 2.31" )
@@ -463,7 +463,7 @@ inspecting signatures in Mach-O binaries.")
463463 (file-name (git-file-name " glibc" commit))
464464 (sha256
465465 (base32
466- " 1zi0s9yy5zkisw823vivn7zlj8w6g9p3mm7lmlqiixcxdkz4dbn6 " ))
466+ " 017qdpr5id7ddb4lpkzj2li1abvw916m3fc6n7nw28z4h5qbv2n0 " ))
467467 (patches (search-our-patches " glibc-guix-prefix.patch" ))))
468468 (arguments
469469 (substitute-keyword-arguments (package-arguments glibc)
@@ -473,6 +473,8 @@ inspecting signatures in Mach-O binaries.")
473473 (list " --enable-stack-protector=all" ,
474474 " --enable-bind-now" ,
475475 " --disable-werror" ,
476+ " --disable-timezone-tools" ,
477+ " --disable-profile" ,
476478 building-on)))
477479 ((#:phases phases)
478480 `(modify-phases ,phases
You can’t perform that action at this time.
0 commit comments