Skip to content

Commit cb4d6d0

Browse files
committed
Merge pull request #6730
a5b78c2 build: Remove dependency of bitcoin-cli on secp256k1 (Wladimir J. van der Laan)
2 parents a91eea6 + a5b78c2 commit cb4d6d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.am

+1-2
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,7 @@ endif
361361
bitcoin_cli_LDADD = \
362362
$(LIBBITCOIN_CLI) \
363363
$(LIBBITCOIN_UNIVALUE) \
364-
$(LIBBITCOIN_UTIL) \
365-
$(LIBSECP256K1)
364+
$(LIBBITCOIN_UTIL)
366365

367366
bitcoin_cli_LDADD += $(BOOST_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(EVENT_LIBS)
368367
#

0 commit comments

Comments
 (0)