From a31e879fa73f9a98ca9a2f2ba88d90fda5b168e2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 27 Jan 2011 15:38:52 +0000 Subject: [PATCH] iperf: fix a typo that broke the single-threaded variant SVN-Revision: 25151 --- net/iperf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 473c0625d3..b1bd59f809 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 -- 2.30.2