svn commit: r382239 - head/benchmarks/iperf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Mar 25 15:45:07 UTC 2015
Author: sunpoet
Date: Wed Mar 25 15:45:06 2015
New Revision: 382239
URL: https://svnweb.freebsd.org/changeset/ports/382239
QAT: https://qat.redports.org/buildarchive/r382239/
Log:
- Use -lpthread instead of -pthread
Modified:
head/benchmarks/iperf/Makefile
Modified: head/benchmarks/iperf/Makefile
==============================================================================
--- head/benchmarks/iperf/Makefile Wed Mar 25 15:45:00 2015 (r382238)
+++ head/benchmarks/iperf/Makefile Wed Mar 25 15:45:06 2015 (r382239)
@@ -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}/
More information about the svn-ports-all
mailing list