Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mpfr: Download from versioned directory on server
@ 2007-08-31  8:58 Hans-Christian Egtvedt
  0 siblings, 0 replies; only message in thread
From: Hans-Christian Egtvedt @ 2007-08-31  8:58 UTC (permalink / raw)
  To: buildroot

Currently, mpfr is downloaded from /mpfr-current/ on the official
server. This directory contains only the latest version of mpfr, so
the download will fail each time a new version is released.

Instead, download it from /mpfr-$(MPFR_VERSION)/ which will always
contain the specified version.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
---
  package/mpfr/mpfr.mk |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 0c5f07f..2a2f89c 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)
-- 
1.5.2.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-31  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31  8:58 [Buildroot] [PATCH] mpfr: Download from versioned directory on server Hans-Christian Egtvedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox