diff options
| author | Nick Hainke | 2025-11-23 11:05:53 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 22:53:50 +0000 |
| commit | d74dce45ef4f81de191c9416c9732bec7fb6844b (patch) | |
| tree | c2b6cd5b3aa30e9b34e215b99e8c897d9762ca4d | |
| parent | b6c274bf0f9e31df338b6ad8583bd85db1c9dd43 (diff) | |
| download | openwrt-d74dce45ef4f81de191c9416c9732bec7fb6844b.tar.gz | |
mpfr: update to 4.2.2
Release Notes:
https://www.mpfr.org/mpfr-current/
Link: https://github.com/openwrt/openwrt/pull/20898
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/libs/mpfr/Makefile | 4 | ||||
| -rw-r--r-- | package/libs/mpfr/patches/001-only-src.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/mpfr/Makefile b/package/libs/mpfr/Makefile index 39d6a035ab..d3880e7c14 100644 --- a/package/libs/mpfr/Makefile +++ b/package/libs/mpfr/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=4.2.1 +PKG_VERSION:=4.2.2 PKG_RELEASE:=1 PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 +PKG_HASH:=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01 PKG_LICENSE:=LGPL-3.0-or-later PKG_LICENSE_FILES:=COPYING.LESSER diff --git a/package/libs/mpfr/patches/001-only-src.patch b/package/libs/mpfr/patches/001-only-src.patch index bd9e38aefb..70226745a2 100644 --- a/package/libs/mpfr/patches/001-only-src.patch +++ b/package/libs/mpfr/patches/001-only-src.patch @@ -11,7 +11,7 @@ pkgconfig_DATA = mpfr.pc --- a/Makefile.in +++ b/Makefile.in -@@ -401,7 +401,7 @@ AUTOMAKE_OPTIONS = gnu +@@ -406,7 +406,7 @@ AUTOMAKE_OPTIONS = gnu # libtoolize and in case some developer needs to switch back to an # old Automake version. ACLOCAL_AMFLAGS = -I m4 |