Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 19:32:34 +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: r458375 - head/lang/pypy
Message-ID:  <201801071932.w07JWYEk022933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jan  7 19:32:34 2018
New Revision: 458375
URL: https://svnweb.freebsd.org/changeset/ports/458375

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/lang/pypy/Makefile

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Sun Jan  7 19:19:00 2018	(r458374)
+++ head/lang/pypy/Makefile	Sun Jan  7 19:32:34 2018	(r458375)
@@ -49,6 +49,7 @@ BUILD_WRKSRC?=	${WRKDIR}/build/usession-release-pypy2.
 MAKE_ENV+=	PYPY_LOCALBASE=${LOCALBASE} LDSHARED="${CC} -shared"
 PACKAGE_ARGS?=	--without-gdbm --without-sqlite3 --without-tk
 USE_LDCONFIG=	${PREFIX}/${PYPY_DIR}/bin
+LLD_UNSAFE=	yes
 USES=		gettext-runtime gmake shebangfix ssl tar:bzip2
 SHEBANG_FILES?=	lib-python/2.7/plat-mac/appletrunner.py \
 		lib-python/2.7/plat-mac/bundlebuilder.py \



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