Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (58755d206be952da0f893a385e17cf29541ac702)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (58755d206be952da0f893a385e17cf29541ac702)
  • Date: Sun, 4 Dec 2022 05:29:04 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libmpc/DEPENDS | 2 +-
libs/libmpc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 58755d206be952da0f893a385e17cf29541ac702
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libmpc: Specify location of MPFR, otherwise mpc tries cross-compiling

Get this error without these flags:
configure: error: libmpfr not found or uses a different ABI (including
static vs shared).

diff --git a/libs/libmpc/DEPENDS b/libs/libmpc/DEPENDS
index bd9fef3..03eb53e 100755
--- a/libs/libmpc/DEPENDS
+++ b/libs/libmpc/DEPENDS
@@ -8,4 +8,4 @@ if spell_ok automake && is_version_less $(installed_version
automake) 1.12; then
fi &&

depends gmp &&
-depends mpfr
+depends mpfr "--with-mpfr-lib=${INSTALL_ROOT}/lib
--with-mpfr-include=${INSTALL_ROOT}/usr/include"
diff --git a/libs/libmpc/HISTORY b/libs/libmpc/HISTORY
index 0074087..c7e8ac2 100644
--- a/libs/libmpc/HISTORY
+++ b/libs/libmpc/HISTORY
@@ -1,3 +1,6 @@
+2022-12-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Specify location of MPFR, otherwise mpc tries
cross-compiling
+
2020-11-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.2.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (58755d206be952da0f893a385e17cf29541ac702), Eric Sandall, 12/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page