svn commit: r457638 - head/benchmarks/wrk

Kirill Ponomarev krion at FreeBSD.org
Sat Dec 30 21:15:27 UTC 2017


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}
 


More information about the svn-ports-head mailing list