summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-20 15:08:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-21 14:09:40 +0200
commit027e3fe746c7f59c9e66ccf90e390ff39bee4fd6 (patch)
tree3cadd4b4c414b6e3063f10d25a58a21a7f36d080 /toolchain
parent3bd50e5896a3c3d33dfab8c660776c7f8435be7f (diff)
use https for glibc git
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index 893a8fa52..3e22a2cde 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -5,7 +5,7 @@ PKG_NAME:= glibc
ifeq ($(ADK_LIBC_VERSION),git)
PKG_VERSION:= 2.37.90
PKG_GLIBCVER:= 2.37.9000
-PKG_SITES:= git://sourceware.org/git/glibc.git
+PKG_SITES:= https://sourceware.org/git/glibc.git
PKG_RELEASE:= 1
endif
ifeq ($(ADK_TARGET_LIB_GLIBC_2_37),y)