mpfr: Update to 4.1.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-14 15:12:45 +00:00
parent 50f77459a7
commit 465e54a37b
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)