[cpp-sp] branch main updated: Add Boost regex link options for now.

Scott Cantor cantor.2 at osu.edu
Mon Oct 20 15:15:50 UTC 2025


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=e43cbe3de3a10748e29c973441f95d2048831731

The following commit(s) were added to refs/heads/main by this push:
     new e43cbe3d Add Boost regex link options for now.
e43cbe3d is described below

commit e43cbe3de3a10748e29c973441f95d2048831731
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 20 11:15:45 2025 -0400

    Add Boost regex link options for now.
---
 apache/Makefile.am | 7 +++++--
 shibsp/Makefile.am | 5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/apache/Makefile.am b/apache/Makefile.am
index 4ce8bfff..1c4f6f9c 100644
--- a/apache/Makefile.am
+++ b/apache/Makefile.am
@@ -6,7 +6,9 @@ modshib4_LTLIBRARIES = mod_shib4.la
 mod_shib4_la_SOURCES = mod_shib4.cpp
 mod_shib4_la_LDFLAGS = \
   -module -avoid-version \
-  $(APXS24_LDFLAGS)
+  $(APXS24_LDFLAGS) \
+  $(BOOST_REGEX_LDFLAGS) \
+  $(BOOST_REGEX_LDPATH)
 mod_shib4_la_CXXFLAGS = \
   $(AM_CXXFLAGS) \
   $(APXS24_CFLAGS) $(APXS24_INCLUDE) \
@@ -15,7 +17,8 @@ mod_shib4_la_CXXFLAGS = \
 mod_shib4_la_LIBADD = \
   $(APXS24_LIBS) \
   $(top_builddir)/shibsp/libshibsp.la \
-  $(PTHREAD_LIBS)
+  $(PTHREAD_LIBS) \
+  $(BOOST_REGEX_LIBS)
 endif
 
 EXTRA_DIST = mod_shib4.cpp mod_shib4.rc
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 2d5364ee..f73243f8 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -150,7 +150,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 13:0:0
+libshibsp_la_LDFLAGS = -version-info 13:0:0 $(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LDPATH)
 libshibsp_la_CXXFLAGS = -DSHIBSP_LITE \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \
@@ -158,7 +158,8 @@ libshibsp_la_CXXFLAGS = -DSHIBSP_LITE \
     $(libcurl_CFLAGS)
 libshibsp_la_LIBADD = \
     $(PTHREAD_LIBS) \
-    $(libcurl_LIBS)
+    $(libcurl_LIBS) \
+    $(BOOST_REGEX_LIBS)
 
 pkgsysconfdir = $(sysconfdir)/@PACKAGE_NAME@
 logdir = ${localstatedir}/log

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list