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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user