Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mpfr: Download from versioned directory on server
Date: Fri, 31 Aug 2007 10:58:16 +0200	[thread overview]
Message-ID: <46D7D828.8020208@atmel.com> (raw)

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

                 reply	other threads:[~2007-08-31  8:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46D7D828.8020208@atmel.com \
    --to=hcegtvedt@atmel.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox