[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/290: gnu: git: Use -Wno-error= for Hurd cross-build.
From: |
guix-commits |
Subject: |
62/290: gnu: git: Use -Wno-error= for Hurd cross-build. |
Date: |
Sun, 30 Mar 2025 10:23:48 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit 9de108a3f1b48b93e1c698815bdc16c22c68f192
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 c8f244e0fa..12d68ca2b4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -362,7 +362,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
- 27/290: gnu: cmake-bootstrap: Fix build with gcc-14., (continued)
- 27/290: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2025/03/30
- 26/290: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/03/30
- 28/290: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/03/30
- 31/290: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/03/30
- 38/290: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/03/30
- 46/290: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/03/30
- 52/290: gnu: slim: Fix build with gcc-14., guix-commits, 2025/03/30
- 55/290: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/03/30
- 56/290: gnu: hurd: Use -Wno-error=., guix-commits, 2025/03/30
- 60/290: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/03/30
- 62/290: gnu: git: Use -Wno-error= for Hurd cross-build.,
guix-commits <=
- 61/290: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/03/30
- 72/290: gnu: gtk+-2: Fix build with gcc-14., guix-commits, 2025/03/30
- 105/290: gnu: glibc-2.35: Fix build with gcc-14., guix-commits, 2025/03/30
- 107/290: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/03/30
- 94/290: gnu: libopenmpt: Update to 0.7.12; fixes build with gcc-14., guix-commits, 2025/03/30
- 109/290: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/03/30
- 110/290: gnu: libdom: Fix build with gcc-14., guix-commits, 2025/03/30
- 81/290: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/03/30
- 91/290: gnu: libvisual: Fix build with gcc-14., guix-commits, 2025/03/30
- 118/290: gnu: orbit2: Fix build with gcc-14., guix-commits, 2025/03/30