On Tue, Aug 11, 2020 at 07:37:45PM +0200, Carsten Schlote wrote: > Add additional download URL due to extended downtimes on original download > site. > > Signed-off-by: Carsten Schlote <[email protected]> > --- > rules/host-mpfr.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make > index 54221ae..a54a80a 100644 > --- a/rules/host-mpfr.make > +++ b/rules/host-mpfr.make > @@ -24,7 +24,8 @@ HOST_MPFR_LICENSE := LGPL-3.0-or-later > HOST_MPFR_URL := \ > http://www.mpfr.org/mpfr-$(HOST_MPFR_VERSION)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) > \ > - http://cross-lfs.org/files/packages/svn/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) > + http://cross-lfs.org/files/packages/svn/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) \ > + https://ftp.gnu.org/gnu/mpfr/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
Here as well. Michael > # > ---------------------------------------------------------------------------- > # Prepare > > -- > 2.25.1 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
