mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
merge bitcoin#23494: minor boost tidyups
This commit is contained in:
parent
ef4b35060d
commit
77862d8f5f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user