View | Details | Raw Unified | Return to bug 242307
Collapse All | Expand All

(-)Makefile (-3 lines)
Lines 23-32 Link Here
23
23
24
# do not link with librt and libdl.
24
# do not link with librt and libdl.
25
LDFLAGS+=	-Wl,--as-needed
25
LDFLAGS+=	-Wl,--as-needed
26
# fails to link with lld 6, remove after FreeBSD 12.0 EOL
27
.if exists(/usr/lib/clang/6.0.1)
28
LLD_UNSAFE=	yes
26
LLD_UNSAFE=	yes
29
.endif
30
27
31
PLIST_SUB=	SOVERSION=${PORTVERSION}
28
PLIST_SUB=	SOVERSION=${PORTVERSION}
32
29

Return to bug 242307