Skip to content

Commit fb327d8

Browse files
kwvgPastaPastaPasta
authored andcommitted
build: drop unused variable replacement and comment
we're currently using boost 1.77, this replacement was dropped in its patch form in bitcoin#19764 (backported as 6a367fc in dash#4356), the comment was dropped in bitcoin#19761 but the change is in this commit instead due to direct relevance.
1 parent 9d227e8 commit fb327d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

depends/packages/boost.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ $(package)_cxxflags_android=-fPIC
3939
$(package)_cxxflags_x86_64=-fcf-protection=full
4040
endef
4141

42-
# Fix unused variable in boost_process, can be removed after upgrading to 1.72
4342
# Fix missing unary_function in clang15 on macos, can be removed after upgrading to 1.81
4443
define $(package)_preprocess_cmds
45-
sed -i.old "s/int ret_sig = 0;//" boost/process/detail/posix/wait_group.hpp && \
4644
sed -i.old "s/unary_function/$(unary_function)/" boost/container_hash/hash.hpp && \
4745
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
4846
endef

0 commit comments

Comments
 (0)