[openwrt/openwrt] tools/mpfr: update to 4.1.0
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 23 13:40:56 EDT 2020
dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4faf7704a2426c1b93262473d547e38fa067c356
commit 4faf7704a2426c1b93262473d547e38fa067c356
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Sun Aug 23 17:08:14 2020 +0300
tools/mpfr: update to 4.1.0
Update mpfr to version 4.1.0.
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
tools/mpfr/Makefile | 4 ++--
tools/mpfr/patches/001-only_src.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile
index fdb316efb9..65e6f8959f 100644
--- a/tools/mpfr/Makefile
+++ b/tools/mpfr/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mpfr
-PKG_VERSION:=4.0.2
+PKG_VERSION:=4.1.0
PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr
PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a
+PKG_HASH:=0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f
HOST_BUILD_PARALLEL:=1
HOST_FIXUP:=autoreconf
diff --git a/tools/mpfr/patches/001-only_src.patch b/tools/mpfr/patches/001-only_src.patch
index 019928741a..dbc7d32343 100644
--- a/tools/mpfr/patches/001-only_src.patch
+++ b/tools/mpfr/patches/001-only_src.patch
@@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
-@@ -18,7 +18,7 @@ AUTOMAKE_OPTIONS = gnu
+@@ -24,7 +24,7 @@ AUTOMAKE_OPTIONS = gnu
# old Automake version.
ACLOCAL_AMFLAGS = -I m4
@@ -11,7 +11,7 @@
pkgconfig_DATA = mpfr.pc
--- a/Makefile.in
+++ b/Makefile.in
-@@ -383,7 +383,7 @@ AUTOMAKE_OPTIONS = gnu
+@@ -384,7 +384,7 @@ AUTOMAKE_OPTIONS = gnu
# libtoolize and in case some developer needs to switch back to an
# old Automake version.
ACLOCAL_AMFLAGS = -I m4
More information about the lede-commits
mailing list