Skip to content

Commit d1eea37

Browse files
committed
Patch musl-cross-make to use HTTP URL for Linux headers to avoid errors from expired certificate.
Signed-off-by: Thomas Clarke <[email protected]>
1 parent aaeb63d commit d1eea37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- ../orig/Makefile 2024-05-07 02:14:37.000000000 +0100
2+
+++ ./Makefile 2025-10-27 00:11:38.045918046 +0000
3+
@@ -22,7 +22,7 @@
4+
MUSL_REPO = https://git.musl-libc.org/git/musl
5+
6+
LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel
7+
-LINUX_HEADERS_SITE = https://ftp.barfooze.de/pub/sabotage/tarballs/
8+
+LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/
9+
10+
DL_CMD = wget -c -O
11+
SHA1_CMD = sha1sum -c

0 commit comments

Comments
 (0)