64bitfix_RegisterView.cpp_undefinded_reference_to.patch
By: a guest | Mar 20th, 2010 | Syntax:
Bash | Size: 0.30 KB | Hits: 76 | Expires: Never
--- SConscript 2010-03-21 00:40:01.000000000 +0100
+++ SConscript 2010-03-21 00:40:01.000000000 +0100
@@ -65,7 +65,7 @@
else:
wxenv.Append(
LINKFLAGS = [
- '-pthread',
+ '-pthread', '-Wl,--no-as-needed',
],
LIBS = libs
)