File tree Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,6 @@ bitcoin_bin_ldadd = \
681
681
$(LIBBITCOIN_CONSENSUS ) \
682
682
$(LIBBITCOIN_CRYPTO ) \
683
683
$(LIBLEVELDB ) \
684
- $(LIBLEVELDB_SSE42 ) \
685
684
$(LIBMEMENV ) \
686
685
$(LIBSECP256K1 )
687
686
@@ -868,7 +867,6 @@ bitcoin_chainstate_LDADD = \
868
867
$(LIBUNIVALUE ) \
869
868
$(LIBSECP256K1 ) \
870
869
$(LIBLEVELDB ) \
871
- $(LIBLEVELDB_SSE42 ) \
872
870
$(LIBMEMENV )
873
871
874
872
# Required for obj/build.h to be generated first.
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ bench_bench_bitcoin_LDADD = \
60
60
$(LIBBITCOIN_CONSENSUS) \
61
61
$(LIBBITCOIN_CRYPTO) \
62
62
$(LIBLEVELDB) \
63
- $(LIBLEVELDB_SSE42) \
64
63
$(LIBMEMENV) \
65
64
$(LIBSECP256K1) \
66
65
$(LIBUNIVALUE) \
Original file line number Diff line number Diff line change 3
3
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
LIBCRC32C_INT = crc32c/libcrc32c.a
6
- LIBLEVELDB_SSE42_INT = leveldb/libleveldb_sse42.a
7
6
8
7
EXTRA_LIBRARIES += $(LIBCRC32C_INT)
9
8
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ endif
330
330
if ENABLE_ZMQ
331
331
bitcoin_qt_ldadd += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
332
332
endif
333
- bitcoin_qt_ldadd += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBLEVELDB_SSE42) $( LIBMEMENV) \
333
+ bitcoin_qt_ldadd += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \
334
334
$(QT_LIBS) $(QT_DBUS_LIBS) $(QR_LIBS) $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(LIBSECP256K1) \
335
335
$(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(SQLITE_LIBS)
336
336
bitcoin_qt_ldflags = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if ENABLE_ZMQ
55
55
qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
56
56
endif
57
57
qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) \
58
- $(LIBLEVELDB_SSE42) $( LIBMEMENV) $(QT_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) \
58
+ $(LIBMEMENV) $(QT_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) \
59
59
$(QR_LIBS) $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(LIBSECP256K1) \
60
60
$(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(SQLITE_LIBS)
61
61
qt_test_test_bitcoin_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ FUZZ_SUITE_LD_COMMON = \
47
47
$(LIBBITCOIN_CLI) \
48
48
$(LIBUNIVALUE) \
49
49
$(LIBLEVELDB) \
50
- $(LIBLEVELDB_SSE42) \
51
50
$(LIBMEMENV) \
52
51
$(LIBSECP256K1) \
53
52
$(MINISKETCH_LIBS) \
@@ -204,7 +203,7 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET)
204
203
endif
205
204
206
205
test_test_bitcoin_LDADD += $(LIBBITCOIN_NODE) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) \
207
- $(LIBLEVELDB) $(LIBLEVELDB_SSE42) $( LIBMEMENV) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS) $(MINISKETCH_LIBS)
206
+ $(LIBLEVELDB) $(LIBMEMENV) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS) $(MINISKETCH_LIBS)
208
207
test_test_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
209
208
210
209
test_test_bitcoin_LDADD += $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(SQLITE_LIBS)
You can’t perform that action at this time.
0 commit comments