svn commit: r457642 - head/devel/upp

Kirill Ponomarev krion at FreeBSD.org
Sat Dec 30 21:46:47 UTC 2017


Author: krion
Date: Sat Dec 30 21:46:46 2017
New Revision: 457642
URL: https://svnweb.freebsd.org/changeset/ports/457642

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/devel/upp/Makefile

Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile	Sat Dec 30 21:41:32 2017	(r457641)
+++ head/devel/upp/Makefile	Sat Dec 30 21:46:46 2017	(r457642)
@@ -61,6 +61,7 @@ SDL_USE=	sql
 OPENGL_USE=	gl
 MYSQL_USE=	mysql=yes
 PGSQL_USES=	pgsql
+LLD_UNSAFE=	yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list