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

gnu: purple-lurch: Fix build with gcc@14.

* gnu/packages/messaging.scm (purple-lurch): <phases>{configure}:
Add flats to ignore warning.

Change-Id: I6efa7a82357173795864236f90925a109c21d310
This commit is contained in:
Sharlatan Hellseher
2025-07-19 12:52:10 +01:00
parent 1e7a48e989
commit 4e9d7a590f

View File

@@ -2821,6 +2821,8 @@ support for high performance Telegram Bot creation.")
(("^PURPLE_PLUGIN_DIR = .*")
(string-append "PURPLE_PLUGIN_DIR = " #$output
"/lib/purple-2\n")))
;; Fix for gcc@14.
(setenv "CFLAGS" "-Wno-error=implicit-function-declaration")
(setenv "CC" #$(cc-for-target)))))))
(native-inputs
(list cmocka