[cpp-xmltooling] branch master updated: Replace old curl override with pkgconfig path.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 20:01:13 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=19aea01ad81e431dd182015c9e44fe275797578a
The following commit(s) were added to refs/heads/master by this push:
new 19aea01 Replace old curl override with pkgconfig path.
19aea01 is described below
commit 19aea01ad81e431dd182015c9e44fe275797578a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 20:00:57 2018 -0400
Replace old curl override with pkgconfig path.
---
xmltooling.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 20f71b4..180d8b2 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -105,7 +105,7 @@ This package includes XML schemas and related files.
%build
%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 || 0%{?amzn} >= 1
-%configure %{?@PACKAGE_NAME at _options} --with-curl=/opt/shibboleth
+%configure %{?@PACKAGE_NAME at _options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
%else
%configure %{?@PACKAGE_NAME at _options}
%endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list