[cpp-sp] branch main updated: Fix lib version reflecting ABI change.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 24 15:47:17 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=a591f6b8a1619e044e5310c1247564d4f6ac6add
The following commit(s) were added to refs/heads/main by this push:
new a591f6b8 Fix lib version reflecting ABI change.
a591f6b8 is described below
commit a591f6b8a1619e044e5310c1247564d4f6ac6add
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 24 11:47:13 2022 -0400
Fix lib version reflecting ABI change.
---
shibsp/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index ec199093..f84a203a 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -244,7 +244,7 @@ libshibsp_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 10:5:0
+libshibsp_la_LDFLAGS = -version-info 11:0:0
libshibsp_la_CXXFLAGS = \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
@@ -263,7 +263,7 @@ libshibsp_la_LIBADD = \
$(xerces_LIBS) \
$(xmlsec_LIBS) \
$(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 10:5:0
+libshibsp_lite_la_LDFLAGS = -version-info 11:0:0
libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list