Date: Wed, 25 Mar 2015 15:45:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382239 - head/benchmarks/iperf Message-ID: <201503251545.t2PFj7LX045634@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503251545.t2PFj7LX045634>