瀏覽代碼

change download url to be dynamic basic on version number

David Anders 17 年之前
父節點
當前提交
b3aad2c71f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/mpfr/mpfr.mk

+ 1 - 1
package/mpfr/mpfr.mk

@@ -8,7 +8,7 @@ MPFR_PATCH:=patches
 MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
 MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
 MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
 MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
 MPFR_CAT:=$(BZCAT)
 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_DIR:=$(TOOL_BUILD_DIR)/mpfr-$(MPFR_VERSION)
 MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
 MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
 MPFR_BINARY:=libmpfr$(LIBTGTEXT)
 MPFR_BINARY:=libmpfr$(LIBTGTEXT)