summaryrefslogtreecommitdiffstats
path: root/package/iperf/Config.in
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-07-29 12:26:47 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-30 14:30:03 +0200
commit11cc12eefd9bb656cca84771685f31940f4bdbdb (patch)
tree28dea2a710d70680a5b3bf22fe69c801f7e1cbc1 /package/iperf/Config.in
parentfc755aed9229d38056e4996cefd149c234b21c3f (diff)
downloadbuildroot-11cc12eefd9bb656cca84771685f31940f4bdbdb.tar.gz
buildroot-11cc12eefd9bb656cca84771685f31940f4bdbdb.zip
iperf: bump to version 2.0.9
iperf2 is a fork of the original unmaintained iperf project, that continues the development of the iperf 2.x series. Update homepage link, and download location. Signed-off-by: Baruch Siach <baruch@tkos.co.il> [Thomas: - change the download location to use downloads.sourceforge.net - turn the patch into a Git-formatted one, since upstream uses Git as its version control system - as noticed by Khem Raj, a C99 compiler is needed for the bool type, so added AC_PROG_CC_C99 to configure.ac, and consequently added IPERF_AUTORECONF = YES. - removed two <pkg>_CONF_ENV variables related to the bool type, they were added by an older commit e13ac0ec8788092c6508636da94fe0198c18dffd back when we had a config.cache shared between packages (which is no longer the case today)] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iperf/Config.in')
-rw-r--r--package/iperf/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in
index 86dd3e97c9..21a2df8ace 100644
--- a/package/iperf/Config.in
+++ b/package/iperf/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_IPERF
Internet Protocol bandwidth measuring tool for measuring
TCP/UDP performance.
- http://dast.nlanr.net/projects/iperf/
+ https://sourceforge.net/projects/iperf2/
comment "iperf needs a toolchain w/ C++"
depends on BR2_USE_MMU
OpenPOWER on IntegriCloud