mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 02:43:04 -05:00
Move to -release based soname versioning
This commit is contained in:
parent
3e586bd393
commit
f1f1b0f69b
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ SHTOOL = $(top_srcdir)/build/shtool
|
|||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = @OPENLDAP_LIBVERSION@
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
LTVERSION = -release $(LIBVERSION)
|
||||
|
||||
# libtool --only flag for libraries: platform specific
|
||||
NT_LTONLY_LIB = # --only-$(BUILD_LIBS_DYNAMIC)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ elif test $ol_minor != X ; then
|
|||
else
|
||||
ol_version=${ol_major}.${ol_minor}
|
||||
ol_type=Devel
|
||||
ol_api_lib=0:0:0
|
||||
ol_api_lib=0
|
||||
fi
|
||||
|
||||
ol_string="${ol_package} ${ol_version}-${ol_type}"
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ ol_major=2
|
|||
ol_minor=X
|
||||
ol_patch=X
|
||||
ol_api_inc=000000
|
||||
ol_api_lib=0:0:0
|
||||
ol_api_lib=0.0.0
|
||||
ol_release_date="00/00/0000"
|
||||
|
|
|
|||
Loading…
Reference in a new issue