gnu: iftop: Fix build failure with GCC 10.
* gnu/packages/admin.scm (iftop)[arguments]: New field.
This commit is contained in:
parent
c0e7242aa1
commit
57c54bff35
1 changed files with 3 additions and 0 deletions
|
|
@ -2937,6 +2937,9 @@ the command line.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpcap" ,libpcap)
|
`(("libpcap" ,libpcap)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
|
(arguments
|
||||||
|
;; Fix build failure with GCC 10
|
||||||
|
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||||
(synopsis "Monitor network usage")
|
(synopsis "Monitor network usage")
|
||||||
(description "Iftop does for network usage what @command{top} does
|
(description "Iftop does for network usage what @command{top} does
|
||||||
for CPU usage. It listens to network traffic on a named interface and
|
for CPU usage. It listens to network traffic on a named interface and
|
||||||
|
|
|
||||||
Reference in a new issue