libs/uClibc++: Fix the Download URL for uClibc++

The SSL Cert for git.busybox.net has just expired today. This PR switches the uClibc++ download to cxx.uclibc.org.
This commit is contained in:
Lup Yuen Lee
2024-11-08 22:57:47 +08:00
committed by Alan C. Assis
parent 65cfd8a6ca
commit 7db028d095
+1 -1
View File
@@ -25,7 +25,7 @@ UCLIBCXX_VERSION=0.2.5
# Download and unpack tarball if no git repo found
ifeq ($(wildcard uClibc++/uClibc++/.git),)
uClibc++-$(UCLIBCXX_VERSION).tar.bz2:
curl -O -L https://git.busybox.net/uClibc++/snapshot/$@
curl -O -L https://cxx.uclibc.org/src/$@
uClibc++/uClibc++: uClibc++-$(UCLIBCXX_VERSION).tar.bz2
$(Q) tar -xf $<