Skip to content

Commit

Permalink
build: Remove boost from bitcoin-chainstate CPPFLAGS
Browse files Browse the repository at this point in the history
This is possible as of the previous commit.
  • Loading branch information
TheCharlatan committed Nov 15, 2023
1 parent a330d21 commit 7aff252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ bitcoin_util_LDADD = \

# bitcoin-chainstate binary #
bitcoin_chainstate_SOURCES = bitcoin-chainstate.cpp
bitcoin_chainstate_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BOOST_CPPFLAGS)
bitcoin_chainstate_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
bitcoin_chainstate_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)

bitcoin_chainstate_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(PTHREAD_FLAGS) $(LIBTOOL_APP_LDFLAGS) -static
Expand Down

0 comments on commit 7aff252

Please sign in to comment.