Fixes #4478. See commit descriptions for details.
Fix windows static build #4490
pull theuni wants to merge 2 commits into bitcoin:master from theuni:fix-libtool-windows-static changing 4 files +8 −4-
theuni commented at 7:57 PM on July 8, 2014: member
-
9a427da116
build: re-add AM_LDFLAGS where it's overridden
using _LDFLAGS replaces AM_LDFLAGS rather than adding to it.
-
575e70c0c6
build: fix win32 static linking after libtool merge
Libtool eats the -static flag rather than passing it along to the compiler. To get the same effect, -all-static is used instead.
-
BitcoinPullTester commented at 8:37 PM on July 8, 2014: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4490_575e70c0c6c14058e4fc6c37f4e4d52399b69432/ for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
- laanwj merged this on Jul 9, 2014
- laanwj closed this on Jul 9, 2014
- laanwj referenced this in commit f51816f425 on Jul 9, 2014
- MarcoFalke locked this on Sep 8, 2021