Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 15:55:43 +0000 (UTC)
From:      "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548735 - head/benchmarks/netperf
Message-ID:  <202009151555.08FFthFM030719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skozlov
Date: Tue Sep 15 15:55:42 2020
New Revision: 548735
URL: https://svnweb.freebsd.org/changeset/ports/548735

Log:
  benchmarks/netperf: Fix build with clang 11 and gcc 10
  
  Tested using poudriere on 11.3, 12.1, 13.0
  
  PR:		249227
  Reported by:	Krzysztof Galazka
  Approved by:	build fix (blanket)
  Sponsored by:	Intel

Modified:
  head/benchmarks/netperf/Makefile

Modified: head/benchmarks/netperf/Makefile
==============================================================================
--- head/benchmarks/netperf/Makefile	Tue Sep 15 15:46:11 2020	(r548734)
+++ head/benchmarks/netperf/Makefile	Tue Sep 15 15:55:42 2020	(r548735)
@@ -28,6 +28,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	"transform="
 CONFIGURE_ARGS=	--program-prefix="" --program-suffix="" --enable-dirty \
 		--enable-demo --enable-burst --enable-intervals
+CFLAGS+=	-fcommon
 
 INFO_INFO=	netperf
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009151555.08FFthFM030719>