projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b03514b
)
change download url to be dynamic basic on version number
author
David Anders
<dave123@abcsinc.com>
Fri, 4 Jan 2008 20:07:31 +0000
(20:07 -0000)
committer
David Anders
<dave123@abcsinc.com>
Fri, 4 Jan 2008 20:07:31 +0000
(20:07 -0000)
package/mpfr/mpfr.mk
patch
|
blob
|
history
diff --git
a/package/mpfr/mpfr.mk
b/package/mpfr/mpfr.mk
index e156a7db368f822aa1c9adfe9636a04dc069e248..d2c710515cfb5d6b32089cb4b03cd623fa647b2e 100644
(file)
--- 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)