diff options
-rw-r--r-- | benchmarks/iperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index ff18ec7eb3f9..8fb1415c44bf 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads -THREADS_LDFLAGS= -pthread +THREADS_LDFLAGS= -lpthread post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ |