[cpp-sp] 02/02: Add log4shib to NSAPI link.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 16 20:00:47 UTC 2021
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=926c1cb14a86a39437e0febdd6f54a360945a763
commit 926c1cb14a86a39437e0febdd6f54a360945a763
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 16 15:00:40 2021 -0500
Add log4shib to NSAPI link.
---
nsapi_shib/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nsapi_shib/Makefile.am b/nsapi_shib/Makefile.am
index 93fda587..696f80ad 100644
--- a/nsapi_shib/Makefile.am
+++ b/nsapi_shib/Makefile.am
@@ -8,12 +8,14 @@ nsapi_shib_la_CXXFLAGS = $(NSAPI_INCLUDE) \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
$(PTHREAD_CFLAGS) \
+ $(log4shib_CFLAGS) $(log4cpp_CFLAGS) \
$(xerces_CFLAGS) \
$(xmltooling_lite_CFLAGS)
nsapi_shib_la_LDFLAGS = -module -avoid-version
nsapi_shib_la_LIBADD = \
$(top_builddir)/shibsp/libshibsp-lite.la \
$(PTHREAD_LIBS) \
+ $(log4shib_LIBS) $(log4cpp_LIBS) \
$(xerces_LIBS) \
$(xmltooling_lite_LIBS)
endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list