]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Fix version script linker support detection
authorGuillem Jover <guillem@hadrons.org>
Sun, 12 Feb 2023 22:55:09 +0000 (23:55 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 12 Feb 2023 23:42:02 +0000 (00:42 +0100)
commitdec783dce5a7131e232a06e63a544645b5463dd8
treebcc69e0cdfe7e87fe8195229d416520444dc3e15
parentfe21244b055dbcf3805d105f48437f36db2f25be
build: Fix version script linker support detection

When the linker uses --no-undefined-version either specified by the user
or as the default behavior (such as with newer clang >= 16 releases),
a missing symbol definition will cause a linker error if that symbol is
listed in the version script.
configure.ac