Date: Tue, 27 Mar 2018 23:30:01 +0200 From: Antoine Brodin <antoine@freebsd.org> To: Ed Maste <emaste@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465755 - head/devel/pdcurses Message-ID: <CAALwa8m8NsJ4wcD8%2BB53mHfbE5==uVuiYtXg_6=TVquf7eiEqw@mail.gmail.com> In-Reply-To: <201803272111.w2RLBPf2077200@repo.freebsd.org> References: <201803272111.w2RLBPf2077200@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 27, 2018 at 11:11 PM, Ed Maste <emaste@freebsd.org> wrote: > Author: emaste (src committer) > Date: Tue Mar 27 21:11:25 2018 > New Revision: 465755 > URL: https://svnweb.freebsd.org/changeset/ports/465755 > > Log: > devel/pdcurses: use BINARY_ALIAS to ensure linker is 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. > > 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: 226979 > Approved by: portmgr (LLD_UNSAFE blanket) > Sponsored by: The FreeBSD Foundation Hi, Don't you need LLD_UNSAFE too to fix the build on arm64, where ld.bfd doesn't exist otherwise? Cheers, Antoine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8m8NsJ4wcD8%2BB53mHfbE5==uVuiYtXg_6=TVquf7eiEqw>