guix_mirror_bot pushed a commit to branch hurd-team
in repository guix.
commit f6e97fa74e02c7d9483124e21fb5c9b44b000ef1
Author: Yelninei <[email protected]>
AuthorDate: Tue Nov 11 19:54:08 2025 +0000
gnu: git-minimal: Remove gcc-14 relaxation CFLAGS.
* gnu/packages/version-control.scm (git-minimal): Remove flags for gcc-14.
Change-Id: I3a6e53225dd44f1a421aef61e9a04c5ba4863aec
---
gnu/packages/version-control.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a71f0d14a2..42f40a2a88 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -349,10 +349,7 @@ Python 3.3 and later, rather than on Python 2.")
;; By default 'make install' creates hard links for
;; things in 'libexec/git-core', which leads to huge
;; nars; see <https://bugs.gnu.org/21949>.
- "NO_INSTALL_HARDLINKS=indeed"
- #$@(if (or (target-hurd64?) (%current-target-system))
- #~("-Wno-error=implicit-function-declaration")
- #~()))
+ "NO_INSTALL_HARDLINKS=indeed")
#:phases
#~(modify-phases %standard-phases
#$@(if (%current-target-system)