We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4294f2f commit c30a390Copy full SHA for c30a390
src/Makefile.am
@@ -660,7 +660,7 @@ libbitcoin_common_a_SOURCES = \
660
$(BITCOIN_CORE_H)
661
662
# util: shared between all executables.
663
-libbitcoin_util_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BOOST_CPPFLAGS)
+libbitcoin_util_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
664
libbitcoin_util_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
665
libbitcoin_util_a_SOURCES = \
666
support/lockedpool.cpp \
0 commit comments