From b1c81e590e9786329b92ff5c52ecae88dfa9fcea Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 28 Apr 2015 16:19:19 -0500 Subject: fix build --- package/iperf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/iperf') diff --git a/package/iperf/Makefile b/package/iperf/Makefile index 0f10ab1a1..a71a1ef21 100644 --- a/package/iperf/Makefile +++ b/package/iperf/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iperf -PKG_VERSION:= 2.0.4 +PKG_VERSION:= 2.0.5 PKG_RELEASE:= 1 -PKG_HASH:= 3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944 +PKG_HASH:= 636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b PKG_DESCR:= internet protocol bandwidth measuring tool PKG_SECTION:= net/perf PKG_DEPENDS:= libpthread @@ -27,6 +27,7 @@ CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread" else CONFIGURE_ENV+= LIBS="-lc -lm -lpthread" endif +CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes iperf-install: ${INSTALL_DIR} ${IDIR_IPERF}/usr/bin -- cgit v1.2.3