This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch hurd-team
in repository guix.
The following commit(s) were added to refs/heads/hurd-team by this push:
new 05f1ba650f fixup! gnu: bootstrap: %bootstrap-glibc: Also fix libm.so.
05f1ba650f is described below
commit 05f1ba650f3cb52670e87c15886de21f97ce78f0
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Nov 19 19:23:55 2024 +0200
fixup! gnu: bootstrap: %bootstrap-glibc: Also fix libm.so.
Change-Id: I878e63d18f1012b6e186e90eb68cb97bec5ae94c
---
gnu/packages/bootstrap.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f8490ce56c..6ab7c5d844 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -777,7 +777,7 @@ $out/bin/guile --version~%"
;; Patch linker scripts so they refer to the right file-names.
(substitute* ,(if (target-hurd64?)
''("lib/libc.so" "lib/libm.so")
- "libc.so")
+ "lib/libc.so")
(("/[^ ]+/lib/(libc|libm|libh|ld)" _ prefix)
(string-append out "/lib/" prefix)))))))))
(inputs