mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: iftop: Fix build failure with GCC 10.
* gnu/packages/admin.scm (iftop)[arguments]: New field.
This commit is contained in:
@@ -2937,6 +2937,9 @@ the command line.")
|
||||
(inputs
|
||||
`(("libpcap" ,libpcap)
|
||||
("ncurses" ,ncurses)))
|
||||
(arguments
|
||||
;; Fix build failure with GCC 10
|
||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||
(synopsis "Monitor network usage")
|
||||
(description "Iftop does for network usage what @command{top} does
|
||||
for CPU usage. It listens to network traffic on a named interface and
|
||||
|
||||
Reference in New Issue
Block a user