1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
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 archivers/lua51-zlib update 1.1 to 1.2 2017-10-23 18:27:34 +00:00
distinfo archivers/lua51-zlib update 1.1 to 1.2 2017-10-23 18:27:34 +00:00
Makefile archivers/lua51-zlib: set LLD_UNSAFE 2017-12-20 01:58:39 +00:00
pkg-descr Fix WWW 2017-06-25 15:02:38 +00:00