Skip to content

Commit

Permalink
partial merge bitcoin#15382: add RunCommandParseJSON
Browse files Browse the repository at this point in the history
contains only 8314c23
  • Loading branch information
kwvg committed Sep 4, 2021
1 parent adbc5f1 commit ad70450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depends/packages/boost.mk
Expand Up @@ -27,7 +27,9 @@ $(package)_cxxflags=-std=c++11 -fvisibility=hidden
$(package)_cxxflags_linux=-fPIC
endef

# Fix unused variable in boost_process, can be removed after upgrading to 1.72
define $(package)_preprocess_cmds
sed -i.old "s/int ret_sig = 0;//" boost/process/detail/posix/wait_group.hpp && \
echo "using $($(package)_toolset_$(host_os)) : : $($(package)_cxx) : <cflags>\"$($(package)_cflags)\" <cxxflags>\"$($(package)_cxxflags)\" <compileflags>\"$($(package)_cppflags)\" <linkflags>\"$($(package)_ldflags)\" <archiver>\"$($(package)_ar)\" <striper>\"$(host_STRIP)\" <ranlib>\"$(host_RANLIB)\" <rc>\"$(host_WINDRES)\" : ;" > user-config.jam
endef

Expand Down

0 comments on commit ad70450

Please sign in to comment.