Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (c7399e9a24005458743c7f4a0a41e313b9f12419)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (c7399e9a24005458743c7f4a0a41e313b9f12419)
  • Date: Sun, 12 May 2019 14:08:42 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

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

New commits:
commit c7399e9a24005458743c7f4a0a41e313b9f12419
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

mpfr: remove broken code

Removed broken code from pre_install. The code tries to copy to
$PROTECTED, which is a file, not a directory, and the subsequent
ldconfig call breaks the effect of the ldconfig call within
protect_special_libs

diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 8fa1646..fc15691 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,6 @@
+2019-05-12 Remko van der Vossen <wich AT sourcemage.org>
+ * PRE_INSTALL: remove broken code
+
2019-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD INSTALL: install to /lib, because it is used by gawk,
which is in /bin
diff --git a/libs/mpfr/PRE_INSTALL b/libs/mpfr/PRE_INSTALL
index ef65f61..5a89fc8 100755
--- a/libs/mpfr/PRE_INSTALL
+++ b/libs/mpfr/PRE_INSTALL
@@ -1,6 +1,4 @@
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 Remko van der Vossen (c7399e9a24005458743c7f4a0a41e313b9f12419), Remko van der Vossen, 05/12/2019

Archive powered by MHonArc 2.6.24.

Top of Page