This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d40bc50ea8 gnu: jnettop: Fix compilation with GCC 14.
d40bc50ea8 is described below
commit d40bc50ea868f57c12b96240f0cd81a2dffd1aea
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Jul 27 23:51:43 2025 +0200
gnu: jnettop: Fix compilation with GCC 14.
* gnu/packages/admin.scm (jnettop)[arguments]: New field.
Change-Id: I0d226c02625f8491c446d2afbe6b5ac128a318df
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/admin.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0c0139e10f..af6ac7b609 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2105,6 +2105,9 @@ through the network interface controller.")
(base32
"1855np7c4b0bqzhf1l1dyzxb90fpnvrirdisajhci5am6als31z9"))))
(build-system gnu-build-system)
+ (arguments
+ (list #:configure-flags
+ #~'("CFLAGS=-O2 -g -Wno-implicit-function-declaration")))
(native-inputs
(list pkg-config))
(inputs