Skip to content

Commit

Permalink
build: resolve some linking and test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Dec 26, 2023
1 parent 51aaa2b commit c833ef4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Copyright (c) 2013-2023 The Bitcoin Core developers
# Copyright (c) 2013-2023 The Litedoge Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -227,7 +228,7 @@ endif
if ENABLE_FUZZ_BINARY
test_fuzz_fuzz_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BOOST_CPPFLAGS)
test_fuzz_fuzz_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON)
test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON) $(CRYPTO_LIBS)
test_fuzz_fuzz_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS) $(RUNTIME_LDFLAGS)
test_fuzz_fuzz_SOURCES = \
$(FUZZ_WALLET_SRC) \
Expand Down

0 comments on commit c833ef4

Please sign in to comment.