Cory Fields f618577029 build: fix link error on some platforms. Fixes #5235
Some users may have libtool libs (.la) installed in their linker search paths.
In this case, using -static-libtool-libs would try to link in .a's instead of
shared libs. That would be harmless unless the .a was built in a way that
would break linking, like non-fpic.

What we really want is "-static" here. Despite its name, it's actually less
aggressive than -static-libtool-libs. It causes only internal libs to be linked
statically (libbitcoinconsensus is the one were'a after).
2014-11-20 13:45:14 -05:00
..
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-20 15:27:39 +01:00
2014-11-20 15:27:39 +01:00
2014-11-03 16:16:40 +01:00
2014-10-27 04:16:48 -07:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-08 18:09:06 -05:00
2014-10-08 14:58:16 -07:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-19 12:29:41 +01:00
2014-11-19 12:29:41 +01:00
2014-11-08 15:46:21 -05:00
2014-11-19 16:04:53 +01:00
2014-11-18 18:06:46 +01:00
2014-11-10 05:03:24 -08:00
2014-11-03 15:03:28 +01:00
2014-11-03 12:22:45 +01:00
2014-10-28 23:54:39 -07:00
2014-10-27 13:54:37 +01:00
2014-11-03 16:16:40 +01:00
2014-11-18 16:32:48 +01:00
2014-11-18 14:31:29 -05:00
2014-11-03 16:16:40 +01:00
2014-11-19 16:04:53 +01:00
2014-09-14 12:43:56 +02:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-11-19 16:04:53 +01:00
2014-10-03 04:29:51 +02:00