mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user