Skip to content

Commit

Permalink
Build: Set libtool -version-info so that it matches with CMake
Browse files Browse the repository at this point in the history
In the past, they haven't been in sync in development versions
although they (of course) have been in stable releases.
  • Loading branch information
Larhzu committed Dec 29, 2024
1 parent cf54f70 commit bb79f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblzma/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb79f79

Please sign in to comment.