Library (.so) versioning: preserve previous library version
Ticket #120 Change libtool's shared library version info to 3:0:1 to preserve the previous library version of 2.1.0. See https://autotools.io/libtool/version.html for the details on how libtool handles this versioning info. See https://verbump.de/ for a handy 'version calculator' using libtools rules.
This commit is contained in:
@@ -9,7 +9,7 @@ libcsa_la_CFLAGS = -DRFC_MIME -DLINE_COUNT -DV2 -DOW_I18N \
|
||||
|
||||
libcsa_la_LIBADD = -lXt $(TIRPCLIB)
|
||||
|
||||
libcsa_la_LDFLAGS = -version-info 2:1:0
|
||||
libcsa_la_LDFLAGS = -version-info 3:0:1
|
||||
|
||||
if SOLARIS
|
||||
libcsa_la_LDFLAGS += -G -z text -z defs
|
||||
|
||||
Reference in New Issue
Block a user