]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
don't use zlib-ng's -Wl,--version-script in tests (#1750)
authorHarmen Stoppels <harmenstoppels@gmail.com>
Fri, 28 Jun 2024 11:21:33 +0000 (13:21 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2024 11:21:33 +0000 (13:21 +0200)
commit5732b39b1c59ab5bc6f988fbe339d1c79fdacd69
tree997ea4250f9b07742a5ce10f705ac3db26cf4487
parent80514c17b384df68fbe83cca69ece0521b85f708
don't use zlib-ng's -Wl,--version-script in tests (#1750)

lld 18 errors when a version script assigns a version to a symbol that
is not defined in the object files. Therefore configure scripts should
not use zlib-ng's version script -- all tests will fail.

Also test whether the linker supports the flag instead of assuming.
Makefile.in
configure