File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ bitcoind_LDADD = \
467
467
$(LIBMEMENV ) \
468
468
$(LIBSECP256K1 )
469
469
470
- bitcoind_LDADD += $(BOOST_LIBS ) $(BDB_LIBS ) $(SSL_LIBS ) $( CRYPTO_LIBS ) $(MINIUPNPC_LIBS ) $(EVENT_PTHREADS_LIBS ) $(EVENT_LIBS ) $(ZMQ_LIBS )
470
+ bitcoind_LDADD += $(BOOST_LIBS ) $(BDB_LIBS ) $(CRYPTO_LIBS ) $(MINIUPNPC_LIBS ) $(EVENT_PTHREADS_LIBS ) $(EVENT_LIBS ) $(ZMQ_LIBS )
471
471
472
472
# bitcoin-cli binary #
473
473
bitcoin_cli_SOURCES = bitcoin-cli.cpp
@@ -485,7 +485,7 @@ bitcoin_cli_LDADD = \
485
485
$(LIBBITCOIN_UTIL ) \
486
486
$(LIBBITCOIN_CRYPTO )
487
487
488
- bitcoin_cli_LDADD += $(BOOST_LIBS ) $(SSL_LIBS ) $( CRYPTO_LIBS ) $(EVENT_LIBS )
488
+ bitcoin_cli_LDADD += $(BOOST_LIBS ) $(CRYPTO_LIBS ) $(EVENT_LIBS )
489
489
#
490
490
491
491
# bitcoin-tx binary #
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if ENABLE_WALLET
56
56
bench_bench_bitcoin_SOURCES += bench/coin_selection.cpp
57
57
endif
58
58
59
- bench_bench_bitcoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $( CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS )
59
+ bench_bench_bitcoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS)
60
60
bench_bench_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
61
61
62
62
CLEAN_BITCOIN_BENCH = bench/*.gcda bench/*.gcno $(GENERATED_BENCH_FILES)
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_C
128
128
$(LIBLEVELDB) $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS)
129
129
test_test_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
130
130
131
- test_test_bitcoin_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $( CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(RAPIDCHECK_LIBS)
131
+ test_test_bitcoin_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(RAPIDCHECK_LIBS)
132
132
test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
133
133
134
134
if ENABLE_ZMQ
You can’t perform that action at this time.
0 commit comments