mirror of https://git.tukaani.org/xz.git
Build: Set libtool -version-info so that it matches with CMake
In the past, they haven't been in sync in development versions although they (of course) have been in stable releases.
This commit is contained in:
parent
cf54f70e14
commit
bb79f79b27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue