Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7eeaa88b709d3788ab7b8f6c4281b9de669ad4c3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7eeaa88b709d3788ab7b8f6c4281b9de669ad4c3)
  • Date: Wed, 18 Mar 2015 14:53:16 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/strigi/BUILD | 3 +++
utils/strigi/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 7eeaa88b709d3788ab7b8f6c4281b9de669ad4c3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

strigi: disable as-needed

diff --git a/utils/strigi/BUILD b/utils/strigi/BUILD
index afb5930..2d8d96b 100755
--- a/utils/strigi/BUILD
+++ b/utils/strigi/BUILD
@@ -1,3 +1,6 @@
+# Build is broken with as-needed, as of version 0.7.8.
+# Patches floating around don't fix all issues we encounter.
+LDFLAGS="$LDFLAGS -Wl,--no-as-needed" &&
if is_depends_enabled $SPELL qt4 ; then
qt4_cmake_build
else
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 342053f..994df86 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,6 @@
+2015-03-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: disable as-needed, insane breakage
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7eeaa88b709d3788ab7b8f6c4281b9de669ad4c3), Thomas Orgis, 03/18/2015

Archive powered by MHonArc 2.6.24.

Top of Page