Date: Sun, 7 Jan 2018 18:49:28 +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: r458369 - head/sysutils/pstacku Message-ID: <201801071849.w07InSD4002105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sun Jan 7 18:49:28 2018 New Revision: 458369 URL: https://svnweb.freebsd.org/changeset/ports/458369 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/sysutils/pstacku/Makefile Modified: head/sysutils/pstacku/Makefile ============================================================================== --- head/sysutils/pstacku/Makefile Sun Jan 7 18:21:29 2018 (r458368) +++ head/sysutils/pstacku/Makefile Sun Jan 7 18:49:28 2018 (r458369) @@ -16,6 +16,7 @@ LIB_DEPENDS= libunwind.so:devel/libunwind GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-libunwind=${LOCALBASE} +LLD_UNSAFE= yes ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= pstack-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071849.w07InSD4002105>