We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4bdad commit 6e37855Copy full SHA for 6e37855
Makefile
@@ -19,7 +19,7 @@ nginx: nginx-$(NGINX_V).tar.gz
19
sed -i 's/ngx_msleep(100)/ngx_msleep(500)/g' nginx/src/os/unix/ngx_process_cycle.c
20
21
libressl-$(LIBRE_V).tar.gz:
22
- wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(LIBRE_V).tar.gz
+ curl -sSLO https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(LIBRE_V).tar.gz
23
24
libressl: libressl-$(LIBRE_V).tar.gz
25
rm -rf libressl
0 commit comments