Skip to content

Commit a57b498

Browse files
committed
depends: boost: Bump to 1.71.0
1 parent 800655f commit a57b498

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

depends/packages/boost.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package=boost
2-
$(package)_version=1_70_0
2+
$(package)_version=1_71_0
33
$(package)_download_path=https://dl.bintray.com/boostorg/release/$(subst _,.,$($(package)_version))/source/
44
$(package)_file_name=boost_$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778
6-
$(package)_patches=unused_var_in_process.patch
5+
$(package)_sha256_hash=d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
76

87
define $(package)_set_vars
98
$(package)_config_opts_release=variant=release
@@ -33,7 +32,6 @@ $(package)_cxxflags_android=-fPIC
3332
endef
3433

3534
define $(package)_preprocess_cmds
36-
patch -p1 < $($(package)_patch_dir)/unused_var_in_process.patch && \
3735
echo "using $($(package)_toolset_$(host_os)) : : $($(package)_cxx) : <cxxflags>\"$($(package)_cxxflags) $($(package)_cppflags)\" <linkflags>\"$($(package)_ldflags)\" <archiver>\"$($(package)_archiver_$(host_os))\" <striper>\"$(host_STRIP)\" <ranlib>\"$(host_RANLIB)\" <rc>\"$(host_WINDRES)\" : ;" > user-config.jam
3836
endef
3937

depends/patches/boost/unused_var_in_process.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)