]> 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>
Fri, 15 Mar 2024 15:30:50 +0000 (17:30 +0200)
commit2ad7fad67080e88fa7fc191f9d613d8b7add9c62
treec9d87949da2f079967e21dfe1d0148762e38fc59
parent82f0c0d39eb2c026b1d96ee706f70ace868d4ed4
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.
CMakeLists.txt