mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
9105b56a31
commit
f75656d681
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ (define-public git-minimal
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue