]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Disable symbol versioning on non-glibc Linux.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 13 Mar 2024 19:17:10 +0000 (21:17 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 21 May 2024 21:11:58 +0000 (00:11 +0300)
commit78a015e753d40d604952d6c1e4428c5f440ea6b9
tree643297e3ab682de04775957006e198a07d53c52c
parent20e590bbed2b618911acf248477bd1f81b74c05a
CMake: Disable symbol versioning on non-glibc Linux.

This better matches what configure.ac does. For example, musl has
only basic symbol versioning support:

https://wiki.musl-libc.org/functional-differences-from-glibc.html#Symbol_versioning

configure.ac tries to enable symbol versioning only with glibc
so now CMake does the same.

(cherry picked from commit 2ad7fad67080e88fa7fc191f9d613d8b7add9c62)
CMakeLists.txt