summaryrefslogtreecommitdiffstats
path: root/rules/host-mpfr.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-mpfr.make')
-rw-r--r--rules/host-mpfr.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
index 4b5e1e6..e636433 100644
--- a/rules/host-mpfr.make
+++ b/rules/host-mpfr.make
@@ -20,10 +20,13 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr
HOST_MPFR_VERSION := 2.3.2
HOST_MPFR := mpfr-$(HOST_MPFR_VERSION)
HOST_MPFR_SUFFIX := tar.bz2
-HOST_MPFR_URL := http://www.mpfr.org/mpfr-$(HOST_MPFR_VERSION)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
HOST_MPFR_DIR := $(HOST_BUILDDIR)/$(HOST_MPFR)
+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)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------