mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: spacefm: Fix build with gcc-14.
* gnu/packages/lxde.scm (spacefm)[arguments]<#:configure-flags>: Add more CFLAGS. Change-Id: I87e49240805844f8fb59ca223ede9d5c7829a9ab
This commit is contained in:
@@ -393,7 +393,9 @@ with freedesktop.org standard.")
|
||||
(string-append "graphical_su="
|
||||
(search-input-file inputs "/bin/ktsuss")))))))
|
||||
#:configure-flags (list
|
||||
"CFLAGS=-fcommon"
|
||||
(string-append
|
||||
"CFLAGS=-fcommon -g -O2 "
|
||||
"-Wno-error=incompatible-pointer-types")
|
||||
(string-append "--with-preferable-sudo="
|
||||
(assoc-ref %build-inputs "ktsuss")
|
||||
"/bin/ktsuss")
|
||||
|
||||
Reference in New Issue
Block a user