mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ktsuss: Fix build with gcc-14.
* gnu/packages/admin.scm (ktsuss)[arguments]: Add #:configure-flags. Change-Id: Ia5fa72091f33ef290c98f161de91d497360678a2
This commit is contained in:
parent
082d152cbe
commit
36dc1299df
1 changed files with 4 additions and 1 deletions
|
@ -423,7 +423,10 @@ late.")
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-file-names
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue