From: Christian Lamparter <chunkeey@gmail.com>
Date: Sun, 16 Jun 2019 11:36:54 +0000 (+0200)
Subject: toolchain: musl: switch to https instead of git
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=75be34528d6547ecbd5537cb207bc38115317d1e;p=openwrt%2Fstaging%2Fnbd.git

toolchain: musl: switch to https instead of git

Daniel Engberg requested switching over to https transport
since he seems to be stuck behind a corporate firewall that
does all the wrong things.

Rick Felker noted that this is "experimental and might break".
<https://www.openwall.com/lists/musl/2019/03/27/1>.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---

diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk
index ae7758e8b5..2f07a76c27 100644
--- a/toolchain/musl/common.mk
+++ b/toolchain/musl/common.mk
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=e97681d6f2c44bf5fa9ecdd30607cb63c780062e
 PKG_MIRROR_HASH:=a6655418698735e19fe1c2deffb7335bbda634385c636206dd3cd5c8194a3ce0
-PKG_SOURCE_URL:=git://git.musl-libc.org/musl
+PKG_SOURCE_URL:=https://git.musl-libc.org/git/musl
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 LIBC_SO_VERSION:=$(PKG_VERSION)