]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Let the users override the symbol versioning variant.
authorSergey Kosukhin <sergey.kosukhin@mpimet.mpg.de>
Tue, 12 Mar 2024 19:03:49 +0000 (20:03 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 13 Mar 2024 19:59:55 +0000 (21:59 +0200)
commitf56ed6fac6619b56b005878d3b5210e2f0d721c0
tree39ec1ec7f83a181b68bf7956c35ce53753944f82
parenta4f2e20d8466369b1bb277c66f75c9e4ba9cc378
Build: Let the users override the symbol versioning variant.

There are cases when the users want to decide themselves whether
they want to have the generic (even on GNU/Linux) or the linux
(even if we do not recommend that) symbol versioning variant.
The former might be needed to circumvent compiler issues (i.e.
the compiler does not support all features that are required
for the linux versioning), the latter might help in overriding
the assumptions made in the configure script.
configure.ac