merge bitcoin#23494: minor boost tidyups

This commit is contained in:
Kittywhiskers Van Gogh 2021-10-21 10:52:18 +08:00
parent ef4b35060d
commit 77862d8f5f
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -31,7 +31,7 @@ else
$(package)_toolset_$(host_os)=gcc $(package)_toolset_$(host_os)=gcc
endif endif
$(package)_config_libraries=filesystem,test $(package)_config_libraries=filesystem,test
$(package)_cxxflags=-std=c++17 -fvisibility=hidden $(package)_cxxflags=-std=c++17
$(package)_cxxflags_linux=-fPIC $(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC $(package)_cxxflags_freebsd=-fPIC
$(package)_cxxflags_openbsd=-fPIC $(package)_cxxflags_openbsd=-fPIC
@ -54,5 +54,5 @@ define $(package)_build_cmds
endef endef
define $(package)_stage_cmds define $(package)_stage_cmds
b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) install b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) toolset=$($(package)_toolset_$(host_os)) --no-cmake-config install
endef endef