svn commit: r458369 - head/sysutils/pstacku
Kirill Ponomarev
krion at FreeBSD.org
Sun Jan 7 18:49:29 UTC 2018
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]*
More information about the svn-ports-all
mailing list