]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Set libtool -version-info so that it matches with CMake
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 27 Dec 2024 19:52:28 +0000 (21:52 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 29 Dec 2024 08:54:45 +0000 (10:54 +0200)
In the past, they haven't been in sync in development versions
although they (of course) have been in stable releases.

src/liblzma/Makefile.am

index eea29f40817fd574e3bc5693f77baeaec30aae45..d7e910b878749dcdde098eb129a32656fa177495 100644 (file)
@@ -20,7 +20,7 @@ liblzma_la_CPPFLAGS = \
        -I$(top_srcdir)/src/liblzma/simple \
        -I$(top_srcdir)/src/common \
        -DTUKLIB_SYMBOL_PREFIX=lzma_
-liblzma_la_LDFLAGS = -no-undefined -version-info 11:99:6
+liblzma_la_LDFLAGS = -no-undefined -version-info 12:0:7
 
 EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
 if COND_SYMVERS_GENERIC