[cpp-opensaml] branch master updated: Remove RHEL5 workaround.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 27 11:04:12 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=3391a28b76b8997bebdc8dcb4119a03660f258ae
The following commit(s) were added to refs/heads/master by this push:
new 3391a28 Remove RHEL5 workaround.
3391a28 is described below
commit 3391a28b76b8997bebdc8dcb4119a03660f258ae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 27 11:04:08 2018 -0400
Remove RHEL5 workaround.
---
opensaml.spec.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/opensaml.spec.in b/opensaml.spec.in
index 8dc153a..b22ecfe 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -88,7 +88,11 @@ This package includes XML schemas and related files.
%setup -q
%build
+%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 || 0%{?amzn} >= 1
+%configure %{?saml_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
+%else
%configure %{?saml_options}
+%endif
%{__make}
%install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list