mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libgee: Fix build with gcc-14.
* gnu/packages/gnome.scm (libgee)[arguments]: Add #:configure-flags to relax gcc-14's strictness. Change-Id: Iefcd8d7bb458f0c6a24fc980812080b1dec24389
This commit is contained in:
parent
b7004124a8
commit
42ca6a5b64
1 changed files with 2 additions and 0 deletions
|
@ -7614,6 +7614,8 @@ (define-public libgee
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-introspection-install-dir
|
||||
|
|
Loading…
Reference in a new issue