Date: Wed, 05 Apr 2017 13:54:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218399] print/gl2ps: LLD linker update to Makefile.lib Message-ID: <bug-218399-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218399 Bug ID: 218399 Summary: print/gl2ps: LLD linker update to Makefile.lib Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: araujo@FreeBSD.org Reporter: emaste@freebsd.org Blocks: 214864 Flags: maintainer-feedback?(araujo@FreeBSD.org) Assignee: araujo@FreeBSD.org Created attachment 181507 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181507&action= =3Dedit patch to add /usr/lib to link commandline Makefile.lib sets LDFLAGS like so: LDFLAGS=3D -shared -E -lGL -L${LOCALBASE}/lib -lX11 -lXi -lXmu -lm -lz The LLD linker does not include default search paths, so /usr/lib has to be explicitly specified, in addition to /usr/local/lib, as in the attached pat= ch. This will unblock 101 skipped ports in the LLD exp-run (PR 214864). Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214864 [Bug 214864] [exp-run] test build with lld as /usr/bin/ld --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218399-13>