From b3056f4d7c363d457e2eb5168e599c31b392d956 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Fri, 25 Oct 2024 09:29:19 +0200 Subject: [PATCH] Add missing -L option We need to update to a more recent version of OpenSSL soon, but for now, this allows us to build again (I hope) --- plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile b/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile index 2529b94c1..b93661e5f 100644 --- a/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile +++ b/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile @@ -41,7 +41,7 @@ openssl-$(OSSL_VERSION).tar.gz: if [ -f $(TP_DIR)/openssl-$(OSSL_VERSION).tar.gz ]; then \ cp $(TP_DIR)/openssl-$(OSSL_VERSION).tar.gz . ; \ else \ - curl -O https://www.openssl.org/source/openssl-$(OSSL_VERSION).tar.gz; \ + curl -L -O https://www.openssl.org/source/openssl-$(OSSL_VERSION).tar.gz; \ shasum -a 256 -c openssl-$(OSSL_VERSION).tar.gz.sha256; \ fi