Skip to Content.
Sympa Menu

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

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 (c2f4b27d50aa89eb6b1ba0e9e7c53e08564381a9)
  • Date: Sat, 2 Feb 2019 15:51:12 +0000

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

libs/mpfr/HISTORY | 3 +++
libs/mpfr/PRE_INSTALL | 2 ++
2 files changed, 5 insertions(+)

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

mpfr - actually fix it

diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 7cf177d..3cf93b7 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,6 @@
+2019-02-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_INSTALL: actually protect libmpfr*
+
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
diff --git a/libs/mpfr/PRE_INSTALL b/libs/mpfr/PRE_INSTALL
index 5a89fc8..ef65f61 100755
--- a/libs/mpfr/PRE_INSTALL
+++ b/libs/mpfr/PRE_INSTALL
@@ -1,4 +1,6 @@
source $GRIMOIRE/protect_special_libs

protect_special_libs
+cp -a /usr/lib/libmpfr* $PROTECTED
+ldconfig $PROTECTED
do_dispel



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

Archive powered by MHonArc 2.6.24.

Top of Page