mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
depends: Fix reproducibility when building with MULTIPROCESS=1
This commit is contained in:
parent
d8e3afc335
commit
06b4c339e8
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ define $(package)_set_vars :=
|
|||
$(package)_config_opts := -DBUILD_TESTING=OFF
|
||||
$(package)_config_opts += -DWITH_OPENSSL=OFF
|
||||
$(package)_config_opts += -DWITH_ZLIB=OFF
|
||||
$(package)_cxxflags += -ffile-prefix-map=$$($(package)_extract_dir)=/usr
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
|
|
|
@ -13,6 +13,7 @@ ifneq ($(host),$(build))
|
|||
$(package)_config_opts := -DCAPNP_EXECUTABLE="$$(native_capnp_prefixbin)/capnp"
|
||||
$(package)_config_opts += -DCAPNPC_CXX_EXECUTABLE="$$(native_capnp_prefixbin)/capnpc-c++"
|
||||
endif
|
||||
$(package)_cxxflags += -ffile-prefix-map=$$($(package)_extract_dir)=/usr
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
|
|
Loading…
Reference in a new issue