summaryrefslogtreecommitdiffstats
path: root/package/mpfr
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2008-01-04 20:07:31 +0000
committerDavid Anders <dave123@abcsinc.com>2008-01-04 20:07:31 +0000
commitb3aad2c71fa6ae318a56b3ac5698cd313517d56a (patch)
tree9a7360540bebcd3522576f2337ad826bdd7da051 /package/mpfr
parentb03514bbb79f54c3ac2d2fb5675caa1f3c201b7a (diff)
downloadbuildroot-novena-b3aad2c71fa6ae318a56b3ac5698cd313517d56a.tar.gz
buildroot-novena-b3aad2c71fa6ae318a56b3ac5698cd313517d56a.zip
change download url to be dynamic basic on version number
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/mpfr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index e156a7db3..d2c710515 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -8,7 +8,7 @@ MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
-MPFR_SITE:=http://www.mpfr.org/mpfr-current/
+MPFR_SITE:=http://www.mpfr.org/mpfr-$(MPFR_VERSION)/
MPFR_DIR:=$(TOOL_BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr$(LIBTGTEXT)