mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 16:32:47 +00:00
Merge bitcoin/bitcoin#34755: depends: cleanup meta files
0ebc6891e2168c3ff1c9ad2250e765446610e75e depends: delete Boost extra files (fanquake) 168997e9b5720e3c58e2fc1a073d0be3cd39d971 depends: disable Qt sbom generation (fanquake) Pull request description: 1 followup to #34650, to disable sbom generation. 1 commit to Boost, to cleanup `.natvis` files that end up in share. ACKs for top commit: hebasto: ACK 0ebc6891e2168c3ff1c9ad2250e765446610e75e, tested on Ubuntu 25.10. Tree-SHA512: 728b51d798a30c54df915564446a7a8648eb4fc27adb8c18b8202df506e2ff61e74516cfe4d6af1af72279255fc75fe14cb43403632a978637781d59eb11fc0f
This commit is contained in:
commit
7c21413616
@ -24,3 +24,7 @@ endef
|
||||
define $(package)_stage_cmds
|
||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf share
|
||||
endef
|
||||
|
||||
@ -169,6 +169,7 @@ $(package)_config_env_darwin += OBJCXX="$$($(package)_cxx)"
|
||||
|
||||
$(package)_cmake_opts := -DCMAKE_PREFIX_PATH=$(host_prefix)
|
||||
$(package)_cmake_opts += -DQT_FEATURE_cxx20=ON
|
||||
$(package)_cmake_opts += -DQT_GENERATE_SBOM=OFF
|
||||
ifneq ($(V),)
|
||||
$(package)_cmake_opts += --log-level=STATUS
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user