[cpp-sp] branch main updated: Remove old libs from Apache module build.

Scott Cantor cantor.2 at osu.edu
Mon Oct 6 14:13:24 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=0af0dddf053ed2b1396726988a516d276a02e475

The following commit(s) were added to refs/heads/main by this push:
     new 0af0dddf Remove old libs from Apache module build.
0af0dddf is described below

commit 0af0dddf053ed2b1396726988a516d276a02e475
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 6 10:13:20 2025 -0400

    Remove old libs from Apache module build.
---
 apache/Makefile.am | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/apache/Makefile.am b/apache/Makefile.am
index a84ffad8..554d5aeb 100644
--- a/apache/Makefile.am
+++ b/apache/Makefile.am
@@ -11,17 +11,11 @@ mod_shib_24_la_CXXFLAGS = \
   $(AM_CXXFLAGS) \
   $(APXS24_CFLAGS) $(APXS24_INCLUDE) \
   $(BOOST_CPPFLAGS) \
-  $(PTHREAD_CFLAGS) \
-  $(gss_CFLAGS) $(gnu_gss_CFLAGS) \
-  $(xerces_CFLAGS) \
-  $(xmltooling_lite_CFLAGS)
+  $(PTHREAD_CFLAGS)
 mod_shib_24_la_LIBADD = \
   $(APXS24_LIBS) \
   $(top_builddir)/shibsp/libshibsp.la \
-  $(PTHREAD_LIBS) \
-  $(gss_LIBS) $(gnu_gss_LIBS) \
-  $(xerces_LIBS) \
-  $(xmltooling_lite_LIBS)
+  $(PTHREAD_LIBS)
 endif
 
 EXTRA_DIST = mod_shib_24.cpp resource.h mod_shib_24.rc

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


More information about the commits mailing list