package: get rid of redundant malloc related configure presets

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>
This commit is contained in:
Peter Korsgaard
2009-12-06 19:55:42 +01:00
parent d8968c6794
commit 9e76714747
21 changed files with 6 additions and 99 deletions

View File

@@ -8,9 +8,6 @@ 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_INSTALL_STAGING:=NO
IPERF_INSTALL_TARGET:=YES
IPERF_CONF_ENV:=ac_cv_func_malloc_0_nonnull=yes
IPERF_CONF_OPT:=--disable-dependency-tracking --disable-web100 $(DISABLE_IPV6)
IPERF_CONF_OPT:=--disable-dependency-tracking --disable-web100
$(eval $(call AUTOTARGETS,package,iperf))