package/mpir: use working upstream site

Update project URL and _SITE as the previous site is no longer
available, see: https://github.com/wbhart/mpir/pull/298

Fixes:

  https://autobuild.buildroot.net/results/7e961af4261a6c883d0b5c37e2ebf20c632f842f/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2025-10-26 10:02:21 +01:00
committed by Thomas Petazzoni
parent 12472fe6ff
commit f45bec1edf
3 changed files with 6 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ config BR2_PACKAGE_MPIR
MPIR is a highly optimised library for bignum arithmetic
forked from the GMP bignum library.
http://www.mpir.org/
https://github.com/wbhart/mpir

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb mpir-3.0.0.tar.bz2
sha256 86a5039badc3e6738219a262873a1db5513405e15ece9527b718fcd0fac09bb2 mpir-3.0.0.tar.gz
sha256 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1 COPYING.LIB

View File

@@ -5,8 +5,7 @@
################################################################################
MPIR_VERSION = 3.0.0
MPIR_SITE = http://www.mpir.org
MPIR_SOURCE = mpir-$(MPIR_VERSION).tar.bz2
MPIR_SITE = $(call github,wbhart,mpir,refs/tags/mpir-$(MPIR_VERSION))
MPIR_LICENSE = LGPL-3.0+
MPIR_LICENSE_FILES = COPYING.LIB
MPIR_INSTALL_STAGING = YES
@@ -14,6 +13,9 @@ MPIR_DEPENDENCIES = gmp host-yasm
# 0002-Fix-configure-failures-with-Xcode12.patch
MPIR_AUTORECONF = YES
# We don't care about the documentation
MPIR_CONF_ENV = MAKEINFO=true
ifeq ($(BR2_MIPS_NABI32),y)
MPIR_CONF_OPTS += ABI=n32
endif