aec8d7046c
Now that --disable-dependency-tracking is passed by the autotools-package infrastructure, there's no longer any reason to pass it in individual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
424 B
Makefile
19 lines
424 B
Makefile
################################################################################
|
|
#
|
|
# iperf
|
|
#
|
|
################################################################################
|
|
|
|
IPERF_VERSION = 2.0.5
|
|
IPERF_SITE = http://downloads.sourceforge.net/project/iperf
|
|
|
|
IPERF_CONF_ENV = \
|
|
ac_cv_func_malloc_0_nonnull=yes \
|
|
ac_cv_type_bool=yes \
|
|
ac_cv_sizeof_bool=1
|
|
|
|
IPERF_CONF_OPT = \
|
|
--disable-web100
|
|
|
|
$(eval $(autotools-package))
|