mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
irc/gseen.mod: set LLD_UNSAFE to link using ld.bfd
lld has no built-in search paths (/lib, /usr/lib). Normally the linker is invoked from the compiler driver, and the search paths are added by the compiler. If lld is invoked directly library search paths must be specified explicitly, with -L/lib -L/usr/lib. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
afa5c1862a
commit
6b2f2baaf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471137
@ -22,6 +22,7 @@ GNU_CONGFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
|
||||
--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
|
||||
WRKSRC= ${WRKDIR}/eggdrop
|
||||
LLD_UNSAFE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
Loading…
Reference in New Issue
Block a user