mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: gamin: Fix build with gcc-14.
* gnu/packages/gnome.scm (gamin)[arguments]: Add #:configure-flags to relax gcc-14's strictness. Change-Id: I1e8a91aa036b1f9d0f8297eead0872f313f72146
This commit is contained in:
parent
bd467adb96
commit
140a746f04
1 changed files with 5 additions and 1 deletions
|
@ -12515,7 +12515,11 @@ (define-public gamin
|
|||
"02n1zr9y8q9lyczhcz0nxar1vmf8p2mmbw8kq0v43wg21jr4i6d5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags `(,(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=return-mismatch"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; The 'config.sub' is too old to recognise aarch64.
|
||||
,@(if (or (target-aarch64?) (target-riscv64?))
|
||||
|
|
Loading…
Reference in a new issue