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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-12 14:35:35 +01:00 committed by Andreas Enge
parent f40f48b2f7
commit a1e9e7f3ef
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -364,7 +364,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