diff --git a/packages/addons/networking/testing/iperf/build b/packages/addons/networking/testing/iperf/build index 7700ae3d19..dbd731035e 100755 --- a/packages/addons/networking/testing/iperf/build +++ b/packages/addons/networking/testing/iperf/build @@ -20,12 +20,11 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -# Workaround for crosscompiling iperf found at: http://lecs.cs.ucla.edu/wiki/index.php/Cross_compile_iperf - . config/options $1 cd $PKG_BUILD -ac_cv_func_malloc_0_nonnull=yes ./configure --host=$TARGET_NAME \ +ac_cv_func_malloc_0_nonnull=yes \ +./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/packages/addons/networking/testing/iperf/changelog.txt b/packages/addons/networking/testing/iperf/changelog.txt index aed7311137..a2da84b32f 100644 --- a/packages/addons/networking/testing/iperf/changelog.txt +++ b/packages/addons/networking/testing/iperf/changelog.txt @@ -1,2 +1,2 @@ -0.1 -- initial addon based on iperf-2.0.5 \ No newline at end of file +2.1.1 +- initial addon based on iperf-2.0.5