mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nettle: Add alternate url
@ 2017-01-08 19:57 Ladislav Michl
  2017-01-09 13:33 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Ladislav Michl @ 2017-01-08 19:57 UTC (permalink / raw)
  To: ptxdist

As lysator.liu.se is currently down, add GNU mirror.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>

diff --git a/rules/nettle.make b/rules/nettle.make
index 2d240e657..59df66e15 100644
--- a/rules/nettle.make
+++ b/rules/nettle.make
@@ -20,12 +20,15 @@ NETTLE_VERSION	:= 3.3
 NETTLE_MD5	:= 10f969f78a463704ae73529978148dbe
 NETTLE		:= nettle-$(NETTLE_VERSION)
 NETTLE_SUFFIX	:= tar.gz
-NETTLE_URL	:= http://www.lysator.liu.se/~nisse/archive/$(NETTLE).$(NETTLE_SUFFIX)
 NETTLE_SOURCE	:= $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
 NETTLE_DIR	:= $(BUILDDIR)/$(NETTLE)
 NETTLE_LICENSE	:= GPL-2.0+
 NETTLE_MAKE_PAR := NO
 
+NETTLE_URL	:= \
+	http://www.lysator.liu.se/~nisse/archive/$(NETTLE).$(NETTLE_SUFFIX) \
+	$(call ptx/mirror, GNU, nettle/$(NETTLE).$(NETTLE_SUFFIX))
+
 # ----------------------------------------------------------------------------
 # Prepare
 # ----------------------------------------------------------------------------

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 19:57 [ptxdist] [PATCH] nettle: Add alternate url Ladislav Michl
2017-01-09 13:33 ` Michael Olbrich
2017-01-09 14:11   ` Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox