aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-28 05:05:10 +0800
committerEd Maste <emaste@FreeBSD.org>2018-03-28 05:05:10 +0800
commit5f74ac264536b662b0aff95115528ba5cdafefa1 (patch)
tree52a5788492476bd1ce69dfec832c30948a58f8a6
parent8d0cf8f05367b5c98cb9c6a0af88c9323fa08ad0 (diff)
downloadfreebsd-ports-5f74ac264536b662b0aff95115528ba5cdafefa1.tar.gz
freebsd-ports-5f74ac264536b662b0aff95115528ba5cdafefa1.tar.zst
freebsd-ports-5f74ac264536b662b0aff95115528ba5cdafefa1.zip
irc/evangeline: use BINARY_ALIAS to invoke ld.bfd
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but BINARY_ALIAS can be used to ensure we use the BFD linker. PR: 226989 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=465752
-rw-r--r--irc/evangeline/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/evangeline/Makefile b/irc/evangeline/Makefile
index 0998793b120e..a02731c75520 100644
--- a/irc/evangeline/Makefile
+++ b/irc/evangeline/Makefile
@@ -18,6 +18,8 @@ USES= gmake tcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
+# LLD_UNSAFE - requires directly-invoked linker to provide library search paths
+BINARY_ALIAS= ld=ld.bfd
PLIST_FILES= bin/evangeline