Skip to content

Commit 08a5add

Browse files
nehebrobimarko
authored andcommitted
tools/mpfr: update to 4.22
Refresh patches. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#18857 Signed-off-by: Robert Marko <[email protected]>
1 parent f23ad96 commit 08a5add

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/mpfr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=mpfr
10-
PKG_VERSION:=4.2.1
10+
PKG_VERSION:=4.2.2
1111
PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr
1212

1313
PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION)
1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15-
PKG_HASH:=116715552bd966c85b417c424db1bbdf639f53836eb361549d1f8d6ded5cb4c6
15+
PKG_HASH:=826cbb24610bd193f36fde172233fb8c009f3f5c2ad99f644d0dea2e16a20e42
1616

1717
HOST_BUILD_PARALLEL:=1
1818
HOST_FIXUP:=autoreconf

tools/mpfr/patches/001-only_src.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pkgconfig_DATA = mpfr.pc
1212
--- a/Makefile.in
1313
+++ b/Makefile.in
14-
@@ -401,7 +401,7 @@ AUTOMAKE_OPTIONS = gnu
14+
@@ -406,7 +406,7 @@ AUTOMAKE_OPTIONS = gnu
1515
# libtoolize and in case some developer needs to switch back to an
1616
# old Automake version.
1717
ACLOCAL_AMFLAGS = -I m4

tools/mpfr/patches/100-freebsd-compat.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/vasprintf.c
22
+++ b/src/vasprintf.c
3-
@@ -72,6 +72,7 @@ https://www.gnu.org/licenses/ or write t
3+
@@ -71,6 +71,7 @@ If not, see <https://www.gnu.org/license
44
#endif /* HAVE_VA_COPY */
55

66
#ifdef HAVE_WCHAR_H

0 commit comments

Comments
 (0)