Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44a342a84c7a41fb0cf9bf27a8052786c34084ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44a342a84c7a41fb0cf9bf27a8052786c34084ab)
  • Date: Fri, 1 Feb 2019 08:09:39 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/mpfr/HISTORY | 4 ++++
libs/mpfr/PRE_INSTALL | 4 ++++
2 files changed, 8 insertions(+)

New commits:
commit 44a342a84c7a41fb0cf9bf27a8052786c34084ab
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mpfr - add a pre_install - fixes cast

diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 7462aaf..7cf177d 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,7 @@
+2019-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_INSTALL; added, to protect libraries
+ otherwise awk and binutils are broken, and tthe cast fails
+
2019-01-31 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.0.2
* INSTALL: ln -> cp
diff --git a/libs/mpfr/PRE_INSTALL b/libs/mpfr/PRE_INSTALL
new file mode 100755
index 0000000..5a89fc8
--- /dev/null
+++ b/libs/mpfr/PRE_INSTALL
@@ -0,0 +1,4 @@
+source $GRIMOIRE/protect_special_libs
+
+protect_special_libs
+do_dispel



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44a342a84c7a41fb0cf9bf27a8052786c34084ab), Treeve Jelbert, 02/01/2019

Archive powered by MHonArc 2.6.24.

Top of Page