projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40a656
)
iperf: fix a typo that broke the single-threaded variant
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Jan 2011 15:38:52 +0000
(15:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Jan 2011 15:38:52 +0000
(15:38 +0000)
SVN-Revision: 25151
net/iperf/Makefile
patch
|
blob
|
history
diff --git
a/net/iperf/Makefile
b/net/iperf/Makefile
index 473c0625d36c55819649c3300dbd61a1bada1b3e..b1bd59f809383b06788dd86fe5261b129268f276 100644
(file)
--- 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),s
t
)
+ifeq ($(BUILD_VARIANT),s
ingle
)
CONFIGURE_ARGS += --disable-threads
else
CONFIGURE_ARGS += --enable-threads=posix