Merge pull request #6730
a5b78c2
build: Remove dependency of bitcoin-cli on secp256k1 (Wladimir J. van der Laan)
This commit is contained in:
commit
cb4d6d0569
1 changed files with 1 additions and 2 deletions
|
@ -361,8 +361,7 @@ endif
|
|||
bitcoin_cli_LDADD = \
|
||||
$(LIBBITCOIN_CLI) \
|
||||
$(LIBBITCOIN_UNIVALUE) \
|
||||
$(LIBBITCOIN_UTIL) \
|
||||
$(LIBSECP256K1)
|
||||
$(LIBBITCOIN_UTIL)
|
||||
|
||||
bitcoin_cli_LDADD += $(BOOST_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(EVENT_LIBS)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue