Date: Wed, 30 May 2018 16:58:38 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471137 - head/irc/gseen.mod Message-ID: <201805301658.w4UGwcP8064227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste (src committer) Date: Wed May 30 16:58:38 2018 New Revision: 471137 URL: https://svnweb.freebsd.org/changeset/ports/471137 Log: 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 Modified: head/irc/gseen.mod/Makefile Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Wed May 30 16:10:57 2018 (r471136) +++ head/irc/gseen.mod/Makefile Wed May 30 16:58:38 2018 (r471137) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805301658.w4UGwcP8064227>