From be1ef1a2a89909f809287026bf81b0107fe552dc Mon Sep 17 00:00:00 2001 From: buaabarty Date: Wed, 12 Oct 2022 06:40:08 +0000 Subject: [PATCH] Fix: Resolve ssl verify fault in makefile. Ref #28 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2826a1..0696832 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clean-all: $(CLEAN_MODULES) # Information for retrieving dependencies -DOWNLOAD=wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 --continue +DOWNLOAD=wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 --continue --no-check-certificate LLVM_GCC_URL=http://llvm.org/releases/2.9/llvm-gcc4.2-2.9-x86_64-linux.tar.bz2 LLVM_GCC_ARCHIVE=llvm-gcc4.2-2.9-x86_64-linux.tar.bz2