]> 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)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 28 Jun 2024 11:22:36 +0000 (13:22 +0200)
commit39dcc5aae7ad059b0d0c3a11e37e5ba7b7430c61
tree9b414233fdb3cb12ef9d0fd53393ff6a21d2648e
parent8d8768ab3fb64dc9a552a0e548f64d4dc0934a41
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