From: Felix Fietkau Date: Thu, 27 Jan 2011 15:38:52 +0000 (+0000) Subject: iperf: fix a typo that broke the single-threaded variant X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dfdc140f8dddd90d5370a6131dd738878775e3e1;p=openwrt%2Fsvn-archive%2Fpackages.git iperf: fix a typo that broke the single-threaded variant SVN-Revision: 25151 --- diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 473c0625d..b1bd59f80 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -60,7 +60,7 @@ endef CONFIGURE_ARGS += --disable-multicast CONFIGURE_VARS += ac_cv_func_malloc_0_nonnull=yes -ifeq ($(BUILD_VARIANT),st) +ifeq ($(BUILD_VARIANT),single) CONFIGURE_ARGS += --disable-threads else CONFIGURE_ARGS += --enable-threads=posix