We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0021534 commit 81eaf7fCopy full SHA for 81eaf7f
1 file changed
Makefile
@@ -54,8 +54,13 @@ $(CACHE_DIR)/lib/libpng.a: $(LIBPNG_SOURCE)
54
55
BZIP2_SOURCE=bzip2-$(BZIP2_VERSION).tar.gz
56
57
+# 2023-11-04 appears the repo moved from
58
+# http://prdownloads.sourceforge.net/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
59
+# to
60
+# https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
61
+
62
$(BZIP2_SOURCE):
- curl -LO http://prdownloads.sourceforge.net/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
63
+ curl -LO https://sourceware.org/pub/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
64
65
$(CACHE_DIR)/lib/libbz2.a: $(BZIP2_SOURCE)
66
tar xf $<
0 commit comments