Skip to content

Commit

Permalink
Add missing -L option
Browse files Browse the repository at this point in the history
We need to update to a more recent version of OpenSSL soon, but for now,
this allows us to build again (I hope)
  • Loading branch information
yoe committed Oct 25, 2024
1 parent af7a568 commit b3056f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3056f4

Please sign in to comment.