[cpp-opensaml] branch master updated: Add pkgconfig as a dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 16:13:41 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=4f4bd0b80e0d2399f1e3120b55d072806b0dad69
The following commit(s) were added to refs/heads/master by this push:
new 4f4bd0b Add pkgconfig as a dependency.
4f4bd0b is described below
commit 4f4bd0b80e0d2399f1e3120b55d072806b0dad69
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 16:13:38 2018 -0400
Add pkgconfig as a dependency.
---
opensaml.spec.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/opensaml.spec.in b/opensaml.spec.in
index b06ae8b..6f8c2b4 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -13,10 +13,7 @@ BuildRequires: libxml-security-c-devel >= 2.0.0
BuildRequires: libxmltooling-devel >= 3.0.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
-BuildRequires: gcc-c++, boost-devel >= 1.32.0
-%if 0%{?suse_version} > 1000
-BuildRequires: pkg-config
-%endif
+BuildRequires: gcc-c++, pkgconfig, boost-devel >= 1.32.0
%{!?_without_doxygen:BuildRequires: doxygen}
%if "%{_vendor}" == "redhat"
BuildRequires: redhat-rpm-config
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list