change download url to be dynamic basic on version number
authorDavid Anders <dave123@abcsinc.com>
Fri, 4 Jan 2008 20:07:31 +0000 (20:07 -0000)
committerDavid Anders <dave123@abcsinc.com>
Fri, 4 Jan 2008 20:07:31 +0000 (20:07 -0000)
package/mpfr/mpfr.mk

index e156a7db368f822aa1c9adfe9636a04dc069e248..d2c710515cfb5d6b32089cb4b03cd623fa647b2e 100644 (file)
@@ -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)