Skip to content

Commit 466effd

Browse files
committed
Workaround expired SSL certificate when building musl
As recommended in richfelker/musl-cross-make#151 (comment) Current error is: ``` wget -c --no-verbose -O linux-headers-4.19.88-2.tar.xz https://ftp.barfooze.de/pub/sabotage/tarballs//linux-headers-4.19.88-2.tar.xz ERROR: cannot verify ftp.barfooze.de's certificate, issued by 'CN=R11,O=Let\'s Encrypt,C=US': Issued certificate has expired. To connect to ftp.barfooze.de insecurely, use `--no-check-certificate'. ```
1 parent 8ca949a commit 466effd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/mk_musl_cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GCC_CONFIG += --disable-libquadmath --disable-decimal-float
2929
GCC_CONFIG += --disable-multilib
3030
EOF
3131

32-
make -j$(nproc) install
32+
make -j$(nproc) install LINUX_HEADERS_SITE=http://mirrors.2f30.org/sabotage/tarballs/
3333

3434
popd
3535

0 commit comments

Comments
 (0)