Commit 2aa1f9c7 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

netperf: bump to version 2.7.0

parent d52c4bb9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Locally calculated
sha256	842af17655835c8be7203808c3393e6cb327a8067f3ed1f1053eb78b4e40375a	netperf-2.7.0.tar.bz2
+6 −2
Original line number Diff line number Diff line
@@ -4,9 +4,13 @@
#
################################################################################

NETPERF_VERSION = 2.6.0
NETPERF_VERSION = 2.7.0
NETPERF_SITE = ftp://ftp.netperf.org/netperf
NETPERF_CONF_ENV = ac_cv_func_setpgrp_void=set
NETPERF_SOURCE = netperf-$(NETPERF_VERSION).tar.bz2
# gcc 5+ defaults to gnu99 which breaks netperf
NETPERF_CONF_ENV = \
	ac_cv_func_setpgrp_void=set \
	CFLAGS="$(TARGET_CFLAGS) -std=gnu89"
NETPERF_CONF_OPTS = --enable-demo=yes
NETPERF_LICENSE = netperf license
NETPERF_LICENSE_FILES = COPYING