Skip to content

Commit 6e37855

Browse files
committed
Use curl
1 parent 5e4bdad commit 6e37855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nginx: nginx-$(NGINX_V).tar.gz
1919
sed -i 's/ngx_msleep(100)/ngx_msleep(500)/g' nginx/src/os/unix/ngx_process_cycle.c
2020

2121
libressl-$(LIBRE_V).tar.gz:
22-
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(LIBRE_V).tar.gz
22+
curl -sSLO https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(LIBRE_V).tar.gz
2323

2424
libressl: libressl-$(LIBRE_V).tar.gz
2525
rm -rf libressl

0 commit comments

Comments
 (0)