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
Language. It consists of two functions: inflate and deflate. Both functions
return "stream functions" (takes a buffer of input and returns a buffer
of output).
WWW: https://github.com/brimworks/lua-zlib/
PR: 215724
Submitted by: Sir l33tname <sirl33tname@gmail.com>