[cpp-sp-resolver] branch main updated: Bump soname.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 16 16:03:41 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp-resolver.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp-resolver.git;a=commit;h=f7ddc0d115db10dc76ca160f5a22389f3f3ebc2c
The following commit(s) were added to refs/heads/main by this push:
new f7ddc0d Bump soname.
f7ddc0d is described below
commit f7ddc0d115db10dc76ca160f5a22389f3f3ebc2c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 16 12:03:35 2024 -0400
Bump soname.
---
src/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a28b6e..75477db 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ libshibresolver_lite_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibresolver_la_LDFLAGS = -version-info 6:0:0
+libshibresolver_la_LDFLAGS = -version-info 7:0:0
libshibresolver_la_CXXFLAGS = \
$(PTHREAD_CFLAGS) \
$(gss_CFLAGS) $(gnu_gss_CFLAGS) \
@@ -43,7 +43,7 @@ libshibresolver_la_LIBADD = \
$(xmlsec_LIBS) \
$(xmltooling_LIBS)
-libshibresolver_lite_la_LDFLAGS = -version-info 6:0:0
+libshibresolver_lite_la_LDFLAGS = -version-info 7:0:0
libshibresolver_lite_la_CPPFLAGS = -DSHIBSP_LITE \
$(PTHREAD_CFLAGS) \
$(gss_CFLAGS) $(gnu_gss_CFLAGS) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list