Date: Sat, 30 Dec 2017 21:15:26 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457638 - head/benchmarks/wrk Message-ID: <201712302115.vBULFQR7037285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sat Dec 30 21:15:25 2017 New Revision: 457638 URL: https://svnweb.freebsd.org/changeset/ports/457638 Log: Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Modified: head/benchmarks/wrk/Makefile (contents, props changed) Modified: head/benchmarks/wrk/Makefile ============================================================================== --- head/benchmarks/wrk/Makefile Sat Dec 30 20:30:32 2017 (r457637) +++ head/benchmarks/wrk/Makefile Sat Dec 30 21:15:25 2017 (r457638) @@ -17,6 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= wg USES= gmake ssl +LLD_UNSAFE= yes CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH MAKE_ENV+= WITH_OPENSSL=${OPENSSLBASE} WITH_LUAJIT=${LOCALBASE} VER=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712302115.vBULFQR7037285>