1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: obconf: Fix build with gcc-14.

* gnu/packages/openbox.scm (obconf)[arguments]<#:configure-flags>:
Add CFLAGS.

Change-Id: Ia73375926999ea6c5eddd37c91a237206f2b21be
This commit is contained in:
Andreas Enge
2025-07-27 00:19:11 +02:00
parent 655040ecb1
commit dd40365248

View File

@@ -107,7 +107,9 @@ implementations.")
(build-system gnu-build-system)
(arguments
(list
#:configure-flags (list "--enable-nls")))
#:configure-flags
#~(list "--enable-nls"
"CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
(home-page "https://openbox.org/obconf")
(synopsis "Openbox configuration tool")
(description