Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mpfr: Fix GNU Mirror Path
@ 2023-12-09 16:21 Zhangjin Wu
  2023-12-09 18:22 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Zhangjin Wu @ 2023-12-09 16:21 UTC (permalink / raw)
  To: buildroot; +Cc: Zhangjin Wu, Thomas Petazzoni

Replacing http://www.mpfr.org with BR2_GNU_MIRROR variable

Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
---
 package/mpfr/mpfr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 8d12c7502b..a5e26404d1 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MPFR_VERSION = 4.1.1
-MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
+MPFR_SITE = $(BR2_GNU_MIRROR)/mpfr
 MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.xz
 MPFR_LICENSE = LGPL-3.0+
 MPFR_LICENSE_FILES = COPYING.LESSER
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-11  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 16:21 [Buildroot] [PATCH 1/1] package/mpfr: Fix GNU Mirror Path Zhangjin Wu
2023-12-09 18:22 ` Yann E. MORIN
2023-12-10  1:36   ` Zhangjin Wu
2023-12-10 11:17     ` Yann E. MORIN
2023-12-11  8:51       ` Zhangjin Wu

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