Skip to content

Commit

Permalink
download.mk: Temporary add --no-certificate-check to wget for yasm
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 9, 2021
1 parent 14da599 commit c4928b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.download.mk
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ download_target: $(PRE_DOWNLOAD_TARGET)
else \
$(MSG) " wget $${url}" ; \
rm -f $${localFile}.part ; \
wget --secure-protocol=TLSv1_2 -nv -O $${localFile}.part -nc $${url} ; \
wget --secure-protocol=TLSv1_2 --no-check-certificate -nv -O $${localFile}.part -nc $${url} ; \
mv $${localFile}.part $${localFile} ; \
fi ; \
flock -u 9 ; \
Expand Down

0 comments on commit c4928b9

Please sign in to comment.