Revert "signals: Temporarily add boost headers to bitcoind and bitcoin-node builds"
What changed, and why it matters
This commit simply removes a temporary build dependency on Boost headers from two internal build targets. It is a cleanup change with no visible security relevance.
No security action needed. Treat as routine build-system cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit reverts a prior temporary workaround (3df1a140) that added Boost::headers to the bitcoind and bitcoin-node CMake link targets. The diff removes two lines from src/CMakeLists.txt. There is no functional code change, no bug fix, and no security-related content in the commit message or diff.
Changed components
src/CMakeLists.txtInspect captured patch +0 / −2
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1eb61f13..cf1f26c9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -307,7 +307,6 @@ if(BUILD_DAEMON)
target_link_libraries(bitcoind
core_interface
bitcoin_node
- Boost::headers
$<TARGET_NAME_IF_EXISTS:bitcoin_wallet>
)
install_binary_component(bitcoind HAS_MANPAGE)
@@ -321,7 +320,6 @@ if(ENABLE_IPC AND BUILD_DAEMON)
core_interface
bitcoin_node
bitcoin_ipc
- Boost::headers
$<TARGET_NAME_IF_EXISTS:bitcoin_wallet>
)
install_binary_component(bitcoin-node INTERNAL)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.