summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Thomsen <bruno.thomsen@gmail.com>2021-07-31 14:41:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-08-02 09:43:21 +0200
commitdf831ba87ff1eb7b54499b716ab18375d3396567 (patch)
tree4740aed62fa617a05c6e0ee98f8ba7ec05e2f2b0
parent261c5f165e7eadeaf21301a3ad066df98a6d9cbf (diff)
downloadptxdist-df831ba87ff1eb7b54499b716ab18375d3396567.tar.gz
ptxdist-df831ba87ff1eb7b54499b716ab18375d3396567.tar.xz
libxslt: add extra http download urls
ftp download urls seems fail for some users, so add http urls from xmlsoft.org as well. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20210731124152.89414-2-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libxslt.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/libxslt.make b/rules/libxslt.make
index 0ea879ead..ce13a7d7e 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -24,6 +24,8 @@ LIBXSLT_DIR := $(BUILDDIR)/$(LIBXSLT)
LIBXSLT_LICENSE := MIT
LIBXSLT_URL := \
+ http://xmlsoft.org/sources/$(LIBXSLT).$(LIBXSLT_SUFFIX) \
+ http://xmlsoft.org/sources/old/$(LIBXSLT).$(LIBXSLT_SUFFIX) \
ftp://xmlsoft.org/libxslt/$(LIBXSLT).$(LIBXSLT_SUFFIX) \
ftp://xmlsoft.org/libxslt/old/$(LIBXSLT).$(LIBXSLT_SUFFIX)