[cpp-sp] branch master updated: SSPCPP-834 - Shibboleth 3 RPM fails to build with FastCGI support
Scott Cantor
cantor.2 at osu.edu
Mon Oct 15 10:58:20 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=8fc6a8256af53ea4ebe0660028c26111ed2b69df
The following commit(s) were added to refs/heads/master by this push:
new 8fc6a82 SSPCPP-834 - Shibboleth 3 RPM fails to build with FastCGI support
8fc6a82 is described below
commit 8fc6a8256af53ea4ebe0660028c26111ed2b69df
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 15 10:57:23 2018 -0400
SSPCPP-834 - Shibboleth 3 RPM fails to build with FastCGI support
https://issues.shibboleth.net/jira/browse/SSPCPP-834
---
shibboleth.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 506d4fa..175efee 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -426,6 +426,8 @@ exit 0
%dir %{_libdir}/shibboleth
%{_libdir}/shibboleth/*.so
%exclude %{_libdir}/shibboleth/*.la
+%{?_with_fastcgi:%{_libdir}/shibboleth/shibauthorizer}
+%{?_with_fastcgi:%{_libdir}/shibboleth/shibresponder}
%attr(0750,%{runuser},%{runuser}) %dir %{_localstatedir}/log/shibboleth
%if 0%{?suse_version} < 1300
%attr(0755,%{runuser},%{runuser}) %dir %{_localstatedir}/run/shibboleth
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list