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:
Andreas Enge 2025-07-22 21:57:00 +02:00
parent 36dc1299df
commit da830d51ff
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -393,7 +393,9 @@ with freedesktop.org standard.")
(string-append "graphical_su=" (string-append "graphical_su="
(search-input-file inputs "/bin/ktsuss"))))))) (search-input-file inputs "/bin/ktsuss")))))))
#:configure-flags (list #:configure-flags (list
"CFLAGS=-fcommon" (string-append
"CFLAGS=-fcommon -g -O2 "
"-Wno-error=incompatible-pointer-types")
(string-append "--with-preferable-sudo=" (string-append "--with-preferable-sudo="
(assoc-ref %build-inputs "ktsuss") (assoc-ref %build-inputs "ktsuss")
"/bin/ktsuss") "/bin/ktsuss")