diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 23:45:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 23:45:06 +0800 |
commit | 197b40ac6bfe8b1bc60b63a5e6b85fe0039af7e1 (patch) | |
tree | 9e0b2ae5877680cd92d92b63af66eca72f6f1af9 /benchmarks/iperf/Makefile | |
parent | ecd8af09db9678ffa7ffca3f9d380f0a028f32dd (diff) | |
download | freebsd-ports-gnome-197b40ac6bfe8b1bc60b63a5e6b85fe0039af7e1.tar.gz freebsd-ports-gnome-197b40ac6bfe8b1bc60b63a5e6b85fe0039af7e1.tar.zst freebsd-ports-gnome-197b40ac6bfe8b1bc60b63a5e6b85fe0039af7e1.zip |
- Use -lpthread instead of -pthread
Diffstat (limited to 'benchmarks/iperf/Makefile')
-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}/ |