iftop: fix compilation with GCC 10
authorRosen Penev <rosenp@gmail.com>
Tue, 1 Sep 2020 21:45:54 +0000 (14:45 -0700)
committerPaul Spooren <mail@aparcar.org>
Thu, 10 Dec 2020 09:36:29 +0000 (23:36 -1000)
commit7b60ca26c2ce5cad1c5fe88d8a6ad589e7ce7ee1
tree267f53d5959307eac26164ea27cf97af920847e9
parent78b22d532a808a0dd0dbc803849d63e26ac77e06
iftop: fix compilation with GCC 10

GCC 10 defaults to fno-common, which demands unique defenitions.

Patch taken from buildroot.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/iftop/Makefile
net/iftop/patches/010-gcc10.patch [new file with mode: 0644]