CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fixed url source for libmpfr
authorJose V Beneyto <sepen@crux.nu>
Fri, 11 Jun 2010 07:03:29 +0000 (09:03 +0200)
committerJose V Beneyto <sepen@crux.nu>
Fri, 11 Jun 2010 07:03:29 +0000 (09:03 +0200)
Makefile

index a995a3179acaeb2abddf6adc0dd7549f1802532b..aea2b535d8c2770ccc859c7da4008205eb68fd1d 100644 (file)
--- 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