diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 02:49:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 02:49:28 +0800 |
commit | eb652a6c46c20a43a7deb60347a5995731803984 (patch) | |
tree | b1885d5d13cc3231f3d28a968d6f31dd76d2ce5f /sysutils | |
parent | 78e86d41e3c8b4e9973d22e23857d9e05ba24252 (diff) | |
download | freebsd-ports-gnome-eb652a6c46c20a43a7deb60347a5995731803984.tar.gz freebsd-ports-gnome-eb652a6c46c20a43a7deb60347a5995731803984.tar.zst freebsd-ports-gnome-eb652a6c46c20a43a7deb60347a5995731803984.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstacku/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pstacku/Makefile b/sysutils/pstacku/Makefile index a4d0741274ef..35edac685953 100644 --- a/sysutils/pstacku/Makefile +++ b/sysutils/pstacku/Makefile @@ -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]* |