mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
36dc1299df
commit
da830d51ff
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue