forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8342981 fixup! cmake: Build `test_bitcoin` executable (Hennadii Stepanov) ab9853a fixup! cmake: Build `bench_bitcoin` executable (Hennadii Stepanov) 9a0a914 fixup! cmake: Add wallet functionality (Hennadii Stepanov) e4b4fdd fixup! cmake: Add `libzmq` optional package support (Hennadii Stepanov) 0f0dcca fixup! cmake: Build `bitcoin_util` static library (Hennadii Stepanov) Pull request description: Additionally, this PR fixes "ld: warning: ignoring duplicate libraries" on macOS: ``` [....] Linking CXX executable test_bitcoin ld: warning: ignoring duplicate libraries: '../../libleveldb.a', '../libbitcoin_common.a', '../univalue/libunivalue.a', '../util/libbitcoin_util.a' ``` ``` [....] Linking CXX executable bench_bitcoin ld: warning: ignoring duplicate libraries: '../../libleveldb.a', '../univalue/libunivalue.a', '../wallet/libbitcoin_wallet.a' ``` The third [commit](aaf50ac) makes the `bitcoin_wallet` library a direct dependency of `bitcoind` rather `bitcoin_node`, that is outlined in https://github.com/bitcoin/bitcoin/blob/master/doc/design/libraries.md. ACKs for top commit: theuni: ACK 8342981 Tree-SHA512: 0f83b10771d22b93ce23122867f2dc2915c39fe2a892b7140aa4d79a21ec5c5eb98431fa1174b1b0b8786ffae6b0f29020d4dac0d7505971cbed0c263593e5fd
- Loading branch information
Showing
6 changed files
with
18 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters