freebsd-ports/archivers/lua51-zlib
Ed Maste 92ce8e45c6 archivers/lua51-zlib: set LLD_UNSAFE
The port invokes the linker directly (not via the compiler driver).
lld does not include any default search paths (unlike the GNU BFD linker
so cannot find libraries specified as e.g. -lm or -lz.

This can be addressed by invoking the linker via the compiler driver,
or by specifying the search path explicitly with -L. For now just avoid
using lld to link the port.

PR:		214864, 221808
Sponsored by:	The FreeBSD Foundation
2017-12-20 01:58:39 +00:00
..
files
distinfo
Makefile archivers/lua51-zlib: set LLD_UNSAFE 2017-12-20 01:58:39 +00:00
pkg-descr