netperf: fix compilation with GCC10 13058/head
authorTony Ambardar <itugrok@yahoo.com>
Sat, 8 Aug 2020 17:39:22 +0000 (10:39 -0700)
committerTony Ambardar <itugrok@yahoo.com>
Sun, 9 Aug 2020 07:02:48 +0000 (00:02 -0700)
commitc332d5fdf70e32a109621bed7f6b0198ca858172
tree1dfd679bd2271b1ec055459347342fe5ee4cc523
parentcdcbe880df459e98a0153adb789321b87c98f1b1
netperf: fix compilation with GCC10

GCC10 defaults to -fno-common, which breaks compilation when there are
multiple definitions of implicit "extern" variables. Remove the extra
definitions.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
net/netperf/Makefile
net/netperf/patches/010-gcc10_multiple_definition_fix.patch [new file with mode: 0644]