mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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
|
(base32
|
||||||
"11hp93gqk7m64h84q5hndzlwj4w6hl0cbmzrk2pkdn04ikm2zj4v"))))
|
"11hp93gqk7m64h84q5hndzlwj4w6hl0cbmzrk2pkdn04ikm2zj4v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
#~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
|
|
Loading…
Reference in a new issue