From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 53/62] mpfr: Update to 4.1.0 Date: Sun, 16 Aug 2020 10:29:44 +0000 Message-ID: <20200816102953.3881-53-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4673031137165066256==" List-Id: --===============4673031137165066256== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- config/rootfiles/common/mpfr | 3 ++- lfs/mpfr | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/mpfr b/config/rootfiles/common/mpfr index 4b6cdf424..ae0701d0f 100644 --- a/config/rootfiles/common/mpfr +++ b/config/rootfiles/common/mpfr @@ -4,7 +4,7 @@ #usr/lib/libmpfr.la #usr/lib/libmpfr.so usr/lib/libmpfr.so.6 -usr/lib/libmpfr.so.6.0.2 +usr/lib/libmpfr.so.6.1.0 #usr/lib/pkgconfig/mpfr.pc #usr/share/doc/mpfr #usr/share/doc/mpfr/AUTHORS @@ -20,5 +20,6 @@ usr/lib/libmpfr.so.6.0.2 #usr/share/doc/mpfr/examples/divworst.c #usr/share/doc/mpfr/examples/rndo-add.c #usr/share/doc/mpfr/examples/sample.c +#usr/share/doc/mpfr/examples/threads.c #usr/share/doc/mpfr/examples/version.c #usr/share/info/mpfr.info diff --git a/lfs/mpfr b/lfs/mpfr index daedd013c..9ce57e276 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -24,7 +24,7 @@ include Config -VER = 4.0.2 +VER = 4.1.0 THISAPP = mpfr-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 320fbc4463d4c8cb1e566929d8adc4f8 +$(DL_FILE)_MD5 = bdd3d5efba9c17da8d83a35ec552baef install : $(TARGET) @@ -72,7 +72,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \ --enable-thread-safe - cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.20.1 --===============4673031137165066256==--