[cpp-xmltooling] branch master updated: Remove RHEL5 workaround.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 27 11:03:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=bf10df015b61df307fcbcdd4ebc67e64fc76082f
The following commit(s) were added to refs/heads/master by this push:
new bf10df0 Remove RHEL5 workaround.
bf10df0 is described below
commit bf10df015b61df307fcbcdd4ebc67e64fc76082f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 27 11:03:14 2018 -0400
Remove RHEL5 workaround.
---
xmltooling.spec.in | 4 ----
1 file changed, 4 deletions(-)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 3902d74..aeffa61 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -107,12 +107,8 @@ This package includes XML schemas and related files.
%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 || 0%{?amzn} >= 1
%configure %{?@PACKAGE_NAME at _options} %{!?_without_xmlsec: --with-xmlsec} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
%else
-%if 0%{?rhel} == 5
-%configure %{?@PACKAGE_NAME at _options} %{!?_without_xmlsec: --with-xmlsec} zlib_CFLAGS=" " zlib_LIBS="-lz"
-%else
%configure %{?@PACKAGE_NAME at _options} %{!?_without_xmlsec: --with-xmlsec}
%endif
-%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