Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 21:46:46 +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: r457642 - head/devel/upp
Message-ID:  <201712302146.vBULkkKF049877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712302146.vBULkkKF049877>