mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
iperf: update to 2.0.4
Closes #800 Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
3b90d69843
commit
6a3a58f137
@@ -3,11 +3,21 @@
|
||||
# iperf
|
||||
#
|
||||
#############################################################
|
||||
IPERF_VERSION = 2.0.4
|
||||
IPERF_SOURCE = iperf-$(IPERF_VERSION).tar.gz
|
||||
IPERF_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/iperf
|
||||
|
||||
IPERF_VERSION:=2.0.3
|
||||
IPERF_SOURCE:=iperf-$(IPERF_VERSION).tar.gz
|
||||
IPERF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/iperf
|
||||
IPERF_AUTORECONF:=NO
|
||||
IPERF_CONF_OPT:=--disable-dependency-tracking --disable-web100
|
||||
IPERF_AUTORECONF = NO
|
||||
FETCHMAIL_LIBTOOL_PATCH = NO
|
||||
|
||||
IPERF_INSTALL_STAGING = NO
|
||||
IPERF_INSTALL_TARGET = YES
|
||||
|
||||
IPERF_CONF_ENV = \
|
||||
ac_cv_func_malloc_0_nonnull=yes
|
||||
|
||||
IPERF_CONF_OPT = \
|
||||
--disable-dependency-tracking \
|
||||
--disable-web100
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,iperf))
|
||||
|
||||
Reference in New Issue
Block a user