iperf: fix a typo that broke the single-threaded variant
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 15:38:52 +0000 (15:38 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 15:38:52 +0000 (15:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25151 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/iperf/Makefile

index 473c062..b1bd59f 100644 (file)
@@ -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