# HG changeset patch # User Mike Sullivan # Date 1321986151 28800 # Node ID e7866b3e5de18f3f69c9bb34923780cdc78e0c67 # Parent d2e52685271a1a936c84dfaa7c0fb8cf20c74c95 7112803 iperf -s -B does not work with multicast addresses anymore diff -r d2e52685271a -r e7866b3e5de1 components/iperf/Makefile --- a/components/iperf/Makefile Tue Nov 22 08:51:26 2011 +0000 +++ b/components/iperf/Makefile Tue Nov 22 10:22:31 2011 -0800 @@ -37,6 +37,9 @@ include ../../make-rules/configure.mk include ../../make-rules/ips.mk +COMPONENT_PRE_CONFIGURE_ACTION = \ + ($(CLONEY) $(SOURCE_DIR) $(@D)) + CONFIGURE_OPTIONS += PTHREAD_CFLAGS=-pthreads CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"