* [PATCH v2] mpfr: update to 3.1.6
@ 2017-11-19 8:28 Marcel Lorenz
0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2017-11-19 8:28 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]
Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
config/rootfiles/common/mpfr | 2 +-
lfs/mpfr | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/mpfr b/config/rootfiles/common/mpfr
index 34c4dbe78..57135fcaf 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.4
-usr/lib/libmpfr.so.4.1.5
+usr/lib/libmpfr.so.4.1.6
#usr/share/doc/mpfr
#usr/share/doc/mpfr/AUTHORS
#usr/share/doc/mpfr/BUGS
diff --git a/lfs/mpfr b/lfs/mpfr
index f729b8fe2..ffb1fb8d6 100644
--- a/lfs/mpfr
+++ b/lfs/mpfr
@@ -24,7 +24,7 @@
include Config
-VER = 3.1.5
+VER = 3.1.6
THISAPP = mpfr-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c4ac246cf9795a4491e7766002cd528f
+$(DL_FILE)_MD5 = 51bfdbf81553966c8d43808122cc81b3
install : $(TARGET)
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \
- --enable-thread-safe --disable-nls
+ --enable-thread-safe
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
--
2.14.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-19 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-19 8:28 [PATCH v2] mpfr: update to 3.1.6 Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox