[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/31: gnu: commencement: static-bash-for-glibc: Hurd build fix.
From: |
guix-commits |
Subject: |
18/31: gnu: commencement: static-bash-for-glibc: Hurd build fix. |
Date: |
Sun, 15 Mar 2020 14:23:12 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 295390acaa639f139e26004127b1fb3e17e2d708
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Tue Mar 3 02:35:12 2020 -0500
gnu: commencement: static-bash-for-glibc: Hurd build fix.
* gnu/packages/commencement.scm (static-bash-for-glibc): Add
-lhurduser -lmachuser for man2html.
---
gnu/packages/commencement.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ac52544..fa6593a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3365,7 +3365,16 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a
\"$@\"~%"
(list (string-append "LDFLAGS=-static -L"
(assoc-ref %build-inputs
"libc:static")
- "/lib")))))))))
+ "/lib"))))
+ ((#:phases phases)
+ `(modify-phases ,phases
+ ,@(if (hurd-system?)
+ '((add-after 'unpack 'patch-man2html
+ (lambda _
+ (substitute* "support/Makefile.in"
+ (("^LIBS = @LIBS@")
+ "LIBS = @LIBS@ -lhurduser -lmachuser")))))
+ '()))))))))
(define gettext-boot0
;; A minimal gettext used during bootstrap.
- 19/31: gnu: commencement: glibc-final: Allow gnumach-headers references., (continued)
- 19/31: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/15
- 01/31: gnu: flex-2.6.1: Build fix for the Hurd., guix-commits, 2020/03/15
- 05/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/15
- 17/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/15
- 08/31: gnu: bootstrap: gcc-static: Use gcc-5., guix-commits, 2020/03/15
- 20/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/15
- 21/31: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/15
- 23/31: gnu: less: Build fix for the Hurd., guix-commits, 2020/03/15
- 15/31: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/15
- 16/31: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/15
- 18/31: gnu: commencement: static-bash-for-glibc: Hurd build fix.,
guix-commits <=
- 22/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/15
- 24/31: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/15
- 26/31: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/15
- 30/31: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/15
- 27/31: gnu: shepherd: Build fix for the Hurd., guix-commits, 2020/03/15
- 29/31: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/15
- 31/31: gnu: mit-krb5: Supprt for the Hurd., guix-commits, 2020/03/15
- 25/31: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/15
- 28/31: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/15