aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-03-28 21:45:51 +0800
committerKirill Ponomarev <krion@FreeBSD.org>2018-03-28 21:45:51 +0800
commit6d872d2a1d461e1d7b20c22cfd1f205439d7c941 (patch)
tree8b7eb9217dfdeb804c3b5eb579e44f91c899256e
parent5f793b000f1173b4d98f986662fa99ccd7194af0 (diff)
downloadfreebsd-ports-6d872d2a1d461e1d7b20c22cfd1f205439d7c941.tar.gz
freebsd-ports-6d872d2a1d461e1d7b20c22cfd1f205439d7c941.tar.zst
freebsd-ports-6d872d2a1d461e1d7b20c22cfd1f205439d7c941.zip
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target. Pet portlint(1). PR: 226997 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
Notes
Notes: svn path=/head/; revision=465810
-rw-r--r--sysutils/dupd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dupd/Makefile b/sysutils/dupd/Makefile
index 05f8500a900a..665cddd64d98 100644
--- a/sysutils/dupd/Makefile
+++ b/sysutils/dupd/Makefile
@@ -17,6 +17,8 @@ GH_PROJECT= libbloom:libbloom
GH_TAGNAME= v1.4:libbloom
USES= gmake ssl sqlite:3
+LLD_UNSAFE= yes
+BINARY_ALIAS= ld=ld.bfd
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz