projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0dcb6b
)
iperf: add -lm to fix build with newer glibc
author
Felix Fietkau
<nbd@nbd.name>
Mon, 29 Aug 2016 13:09:50 +0000
(15:09 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 30 Aug 2016 08:51:21 +0000
(10:51 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/utils/iperf/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iperf/Makefile
b/package/network/utils/iperf/Makefile
index 2bd19173c08ffcb05f106e1d8284fc9bb59a09da..c47830c5cd79bad2039320d132dee583cbd5a492 100644
(file)
--- a/
package/network/utils/iperf/Makefile
+++ b/
package/network/utils/iperf/Makefile
@@
-41,7
+41,7
@@
TARGET_CFLAGS += -D_GNU_SOURCE
CONFIGURE_ARGS += --disable-multicast
CONFIGURE_VARS += CXXFLAGS="$$$$CXXFLAGS -fno-rtti"
-CONFIGURE_VARS += LIBS="-lpthread"
+CONFIGURE_VARS += LIBS="-lpthread
-lm
"
define Package/iperf/install
$(INSTALL_DIR) $(1)/usr/bin