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:20:28 +0000 (09:20 +0200)
Makefile

index 5baa8de0ca434f6b45de06b1679b1285adc19c41..7f4ea6c7286287d75ef449bf6a775e9c7212512f 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