Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 rules/bzip2.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/bzip2.make b/rules/bzip2.make
index b6eaa2d1957d..c8e8695a4703 100644
--- a/rules/bzip2.make
+++ b/rules/bzip2.make
@@ -19,7 +19,9 @@ BZIP2_VERSION := 1.0.6
 BZIP2_MD5      := 00b516f4704d4a7cb50a1d97e6e8e15b
 BZIP2          := bzip2-$(BZIP2_VERSION)
 BZIP2_SUFFIX   := tar.gz
-BZIP2_URL      := 
http://distfiles.gentoo.org/distfiles/$(BZIP2).$(BZIP2_SUFFIX)
+BZIP2_URL      := \
+       https://sourceware.org/pub/bzip2/$(BZIP2).$(BZIP2_SUFFIX) \
+       https://distfiles.gentoo.org/distfiles/$(BZIP2).$(BZIP2_SUFFIX)
 BZIP2_SOURCE   := $(SRCDIR)/$(BZIP2).$(BZIP2_SUFFIX)
 BZIP2_DIR      := $(BUILDDIR)/$(BZIP2)
 BZIP2_LICENSE  := bzip2-1.0.6
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to