[cpp-linbuild] 02/03: Add missed dependency on curl-openssl on rhel7

John W. O'Brien john at saltant.com
Fri Oct 20 16:26:06 UTC 2023


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

obrienjw 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=e00a34a7b50c803e8e89595aa5d3ed8f9c237414

commit e00a34a7b50c803e8e89595aa5d3ed8f9c237414
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 20 14:17:23 2023 +0000

    Add missed dependency on curl-openssl on rhel7
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 8a05fca..1a582c9 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ XMLTOOLING_URL=https://shibboleth.net/downloads/c++-opensaml/$(OPENSAML_VERSION)
 XMLTOOLING_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC
 XMLTOOLING_DEPENDS_centos7=CURLOPENSSL
 XMLTOOLING_DEPENDS_amazonlinux2=CURLOPENSSL
+XMLTOOLING_DEPENDS_rhel7=CURLOPENSSL
 
 OPENSAML_COMPNAME=opensaml
 OPENSAML_VERSION=3.2.1
@@ -134,6 +135,7 @@ SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VE
 SHIBBOLETH_DEPENDS=LOG4SHIB OPENSAML XERCESC XMLSECURITYC XMLTOOLING
 SHIBBOLETH_DEPENDS_centos7=CURLOPENSSL
 SHIBBOLETH_DEPENDS_amazonlinux2=CURLOPENSSL
+SHIBBOLETH_DEPENDS_rhel7=CURLOPENSSL
 
 SHIBRESOLVER_COMPNAME=shibresolver
 SHIBRESOLVER_DISTNAME=shibboleth-resolver

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


More information about the commits mailing list