tdefault.mk: trust all SSL certificate with curl - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit e9b2239a3db264d027867a63ae484aab17a7fbd1
(DIR) parent 86376d5ae0a235ecbab20fa55533993672c9c7b9
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Wed, 15 Feb 2017 22:34:17 +0000
default.mk: trust all SSL certificate with curl
Diffstat:
M default.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/default.mk b/default.mk
t@@ -81,7 +81,7 @@ $WORK/$archive:Q:
if [ -n "$url" ]; then
mkdir -p $WORK
cd $WORK
- curl -LO# $url > $archive
+ curl -k -LO# $url > $archive
fi
# delete everything but the pack