build: Fix boost build on some platforms

When the libpath doesn't line up with the value from config.sub, we don't find
the correct path to boost's libs. This adds a hack to try another path before
giving up.

Should close #3219.

Rebased-From: 54c7df81
This commit is contained in:
Cory Fields
2014-08-15 12:19:11 -04:00
committed by Wladimir J. van der Laan
parent f62031b895
commit 0991401cdd
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Miscellaneous:
- key.cpp: fail with a friendlier message on missing ssl EC support
- Remove bignum dependency for scripts
- Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core)
- Fix boost detection in build system on some platforms
Credits
--------