mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
f40f48b2f7
commit
a1e9e7f3ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue