mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gdl: Fix build with gcc-14.
* gnu/packages/gnome.scm (gdl)[arguments]: New field to relax gcc-14's strictness. Change-Id: I782c112c28841bf2b3b277cfda05bf2a1871b8a1
This commit is contained in:
parent
41c8effdf8
commit
f0f778a669
1 changed files with 3 additions and 0 deletions
|
@ -2559,6 +2559,9 @@ (define-public gdl
|
|||
(base32
|
||||
"11hp93gqk7m64h84q5hndzlwj4w6hl0cbmzrk2pkdn04ikm2zj4v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
|
|
Loading…
Reference in a new issue