Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
783fcbe8
Commit
783fcbe8
authored
Sep 17, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9673 - Fix library symbol versioning
parent
03cb99a0
Changes
4
Hide whitespace changes
Inline
Side-by-side
build/version.sh
View file @
783fcbe8
...
...
@@ -34,6 +34,7 @@ echo OL_PACKAGE=\"${ol_package}\"
echo
OL_MAJOR
=
$ol_major
echo
OL_MINOR
=
$ol_minor
echo
OL_PATCH
=
$ol_patch
echo
OL_API_CURRENT
=
$ol_api_current
echo
OL_API_INC
=
$ol_api_inc
echo
OL_API_LIB_VERSION
=
$ol_api_lib_version
echo
OL_VERSION
=
$ol_version
...
...
configure.ac
View file @
783fcbe8
...
...
@@ -82,8 +82,8 @@ AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MAJOR,$OL_MAJOR,Major)
AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_MINOR,$OL_MINOR,Minor)
AC_DEFINE_UNQUOTED(LDAP_VENDOR_VERSION_PATCH,$OL_PATCH,Patch)
OPENLDAP_
LIBRELEASE=$OL_API_LIB_RELEASE
AC_SUBST(OPENLDAP_
LIBRELEASE
)dnl
OPENLDAP_
API_CURRENT=$OL_API_CURRENT
AC_SUBST(OPENLDAP_
API_CURRENT
)dnl
OPENLDAP_LIBVERSION=$OL_API_LIB_VERSION
AC_SUBST(OPENLDAP_LIBVERSION)dnl
...
...
libraries/liblber/liblber.vers.in
View file @
783fcbe8
...
...
@@ -6,7 +6,7 @@ HIDDEN
_save*;
};
OPENLDAP_@OPENLDAP_
LIBRELEASE
@
OPENLDAP_@OPENLDAP_
API_CURRENT
@
{
global:
ber_*;
...
...
libraries/libldap/libldap.vers.in
View file @
783fcbe8
...
...
@@ -6,7 +6,7 @@ HIDDEN
_save*;
};
OPENLDAP_@OPENLDAP_
LIBRELEASE
@
OPENLDAP_@OPENLDAP_
API_CURRENT
@
{
global:
ldap_*;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment