svn commit: r458375 - head/lang/pypy

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 19:32:35 UTC 2018


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 \


More information about the svn-ports-all mailing list