mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by: rwatson Approved by: sumikawa [MAINTAINER]
This commit is contained in:
parent
3dcb2fb51f
commit
3cd8f9089f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145326
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= netperf
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks ipv6
|
||||
MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/
|
||||
DISTNAME= netperf-2.3pl1
|
||||
|
@ -17,7 +17,7 @@
|
||||
LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
|
||||
-CFLAGS = -O -D$(LOG_FILE) -DNEED_MAKEFILE_EDIT
|
||||
+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST
|
||||
+CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6
|
||||
+CFLAGS+= -DDO_UNIX -DDO_1644 -DDO_IPV6
|
||||
|
||||
# Some platforms, and some options, require additional libraries.
|
||||
# you can add to the "LIBS =" line to accomplish this. if you find
|
||||
|
Loading…
Reference in New Issue
Block a user