gnu: gpa: Fix build with gcc-14.

Fixes guix/guix#2609.

* gnu/packages/gnupg.scm (gpa)[arguments]: Add CFLAGS with
'-Wno-error=implicit-function-declaration'

Change-Id: I4d8e003947305ed4f7e11e468b2c6f3aa1a871c9
This commit is contained in:
Efraim Flashner 2025-09-11 09:33:57 +03:00
parent 5053a59a0b
commit 6f93f5ac58
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1102,7 +1102,8 @@ however, pgpdump produces more detailed and easier to understand output.")
"1k1kvxffyb4nm83yp3mnx9bfmcciwb7vfw8c3xscnh85yxdzma16")))) "1k1kvxffyb4nm83yp3mnx9bfmcciwb7vfw8c3xscnh85yxdzma16"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:make-flags '("CFLAGS=-Wno-implicit-function-declaration")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'wrap-program (add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)