From 107926718274c2efd59738dd1649e3676b4d6db9 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 11 Jun 2010 09:03:29 +0200 Subject: [PATCH] fixed url source for libmpfr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5baa8de..7f4ea6c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ libgmp-distclean: libgmp-clean # LIBMPFR $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2: - wget -P $(WORK) -c http://www.mpfr.org/mpfr-current/mpfr-$(LIBMPFR_VERSION).tar.bz2 + wget -P $(WORK) -c http://ftp.gnu.org/gnu/mpfr/mpfr-$(LIBMPFR_VERSION).tar.bz2 $(WORK)/mpfr-$(LIBMPFR_VERSION): $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2 tar -C $(WORK) -xvjf $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2 -- 2.26.2