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