Package: netperf / 2.7.0+git20210121.3bc455b+ds-3

Metadata

Package Version Patches format
netperf 2.7.0+git20210121.3bc455b+ds-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_gcc 10_no common.patch | (download)

src/nettest_omni.c | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 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.
12_no_chmod_unlink_dev null.diff | (download)

src/netserver.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

---
missing prototypes.patch | (download)

src/netlib.c | 2 2 + 0 - 0 !
src/nettest_omni.c | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 fix building with -werror=implicit-function-declaration