svn commit: r548735 - head/benchmarks/netperf

Serhii (Sergey) Kozlov skozlov at FreeBSD.org
Tue Sep 15 15:55:43 UTC 2020


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
 


More information about the svn-ports-all mailing list