mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
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:
committed by
Alan C. Assis
parent
65cfd8a6ca
commit
7db028d095
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user