[cpp-linbuild] 17/25: Pull in curl-openssl on centos6 too

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:47:00 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=40b67448c80c789dfe0a5d954a3b9b90a100e4fc

commit 40b67448c80c789dfe0a5d954a3b9b90a100e4fc
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Dec 29 14:27:28 2020 -0500

    Pull in curl-openssl on centos6 too
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8d28ca2..243ddea 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ CURLOPENSSL_DISTNAME=curl
 CURLOPENSSL_VERSION=7.63.0
 CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
 CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
-CURLOPENSSL_VALID_PLATFORMS=centos7
+CURLOPENSSL_VALID_PLATFORMS=centos6 centos7
 
 # Look closely: these variables refer to the OPENSAML variables
 XMLTOOLING_COMPNAME=xmltooling
@@ -91,6 +91,7 @@ XMLTOOLING_VERSION=3.2.0
 XMLTOOLING_DISTFILE=$(XMLTOOLING_COMPNAME)-$(XMLTOOLING_VERSION).$(DEFAULT_DIST_EXT)
 XMLTOOLING_URL=https://shibboleth.net/downloads/c++-opensaml/$(OPENSAML_VERSION)/$(XMLTOOLING_DISTFILE)
 XMLTOOLING_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC
+XMLTOOLING_DEPENDS_centos6=CURLOPENSSL
 XMLTOOLING_DEPENDS_centos7=CURLOPENSSL
 
 OPENSAML_COMPNAME=opensaml

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list