[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/74: gnu: git: Use -Wno-error= for Hurd cross-build.
From: |
guix-commits |
Subject: |
63/74: gnu: git: Use -Wno-error= for Hurd cross-build. |
Date: |
Mon, 16 Dec 2024 03:35:02 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 18983c8b6678006e61eae6e93b9f4586493e315a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:35:35 2024 +0100
gnu: git: Use -Wno-error= for Hurd cross-build.
* gnu/packages/version-control.scm (git-minimal)[arguments]: Insert "error="
in #:configure-flags.
Change-Id: I8d2197b7eb5a1275aebe4d817ff0db77dee55134
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c077f0694d..8daa9c4c6f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -298,7 +298,7 @@ Python 3.3 and later, rather than on Python 2.")
;; nars; see <https://bugs.gnu.org/21949>.
"NO_INSTALL_HARDLINKS=indeed"
#$@(if (or (target-hurd64?) (%current-target-system))
- #~("-Wno-implicit-function-declaration")
+ #~("-Wno-error=implicit-function-declaration")
#~()))
#:phases
#~(modify-phases %standard-phases
- 59/74: gnu: libedit: Use -Wno-error= for cross-build., (continued)
- 59/74: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/16
- 73/74: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/16
- 66/74: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/16
- 65/74: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/16
- 69/74: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2024/12/16
- 58/74: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/16
- 72/74: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/16
- 36/74: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/16
- 64/74: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/16
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/16
- 63/74: gnu: git: Use -Wno-error= for Hurd cross-build.,
guix-commits <=
- 74/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/16
- 20/74: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/16
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/16
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/16
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/16
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/16
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/16
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 17/74: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/16