9e76714747
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
411 B
Makefile
14 lines
411 B
Makefile
#############################################################
|
|
#
|
|
# 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
|
|
|
|
$(eval $(call AUTOTARGETS,package,iperf))
|