[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/26: Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-
From: |
guix-commits |
Subject: |
25/26: Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build." |
Date: |
Thu, 12 Dec 2024 08:50:05 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 77b0837dc49ef6d7fa19ada5086859ca3489b25e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:10:24 2024 +0100
Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-linux
build."
Avoid world rebuild; also: this could/should be handled in
bash-minimal/bash-static?
This reverts commit 2e6e933f3bfade9f66a66087ed399028fa0a7750.
---
gnu/packages/commencement.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 74193765a4..b23d2beaea 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3069,9 +3069,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a
\"$@\"~%"
#~(append
#$flags
#$(if (target-linux?)
- #~`(,(string-append
- "CFLAGS=-g -O2"
- " -Wno-error=implicit-function-declaration"))
+ #~'("CFLAGS=-g -O2 -Wno-implicit-function-declaration")
#~'())
;; Add a '-L' flag so that the pseudo-cross-ld of
;; BINUTILS-BOOT0 can find libc.a.
- branch core-packages-team updated (e8b4b41133 -> 5972be76bb), guix-commits, 2024/12/12
- 01/26: squash! gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 02/26: squash! gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 13/26: squash! gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 17/26: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/12
- 26/26: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/12
- 25/26: Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build.",
guix-commits <=
- 12/26: squash! gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/26: squash! gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 10/26: squash! gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/26: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/12
- 18/26: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/12
- 21/26: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/12
- 22/26: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/12
- 03/26: squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 06/26: squash! gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 14/26: squash! gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12