From fdac91d3d972a99276c395644dca5ca08ecf896b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 10 Jul 2020 01:21:16 +0000 Subject: [PATCH] community/netperf to 2.7.0-6 --- community/netperf/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/netperf/PKGBUILD b/community/netperf/PKGBUILD index 72269c9fd..f28b9b1c5 100644 --- a/community/netperf/PKGBUILD +++ b/community/netperf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=netperf pkgver=2.7.0 -pkgrel=5 +pkgrel=6 pkgdesc='Benchmarking tool for many different types of networking' url='https://github.com/HewlettPackard/netperf/' license=('custom') @@ -37,6 +37,7 @@ prepare() { build() { cd netperf-netperf-$pkgver + CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common ./configure \ --prefix=/usr \ --enable-demo \