diff options
Diffstat (limited to 'package/iperf/Makefile')
-rw-r--r-- | package/iperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile index 358e54724..040680106 100644 --- a/package/iperf/Makefile +++ b/package/iperf/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=iperf/} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \ |