From: nbd 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://207.154.207.93/?a=commitdiff_plain;h=2fce6f6ec415322480ef427a0f30d6239cdc2a62;p=packages.git iperf: fix a typo that broke the single-threaded variant git-svn-id: svn://svn.openwrt.org/openwrt/packages@25151 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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