What changed, and why it matters
This commit only updates a code comment in Bitcoin Core's build system. It replaces a vague remark about a Qt build option not working with a direct link to the upstream Qt bug report. No code behavior changes, no security fix, and no vulnerability is introduced or patched.
No action required. This is a non-functional comment-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies depends/packages/qt.mk, changing a comment from ‘For some reason, the -dbus-runtime configure option does not work as expected.’ to ‘The -dbus-runtime configure option does not work’ and adding a link to QTBUG-144864. The actual CMake option -DINPUT_dbus=runtime remains unchanged. This is a documentation/comment-only follow-up to a prior pull request discussion.
Changed components
depends/packages/qt.mkInspect captured patch +2 / −2
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index 8d5ddfb8..5571992e 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -206,8 +206,8 @@ $(package)_cmake_opts += -DCMAKE_DISABLE_FIND_PACKAGE_WrapSystemMd4c=TRUE
$(package)_cmake_opts += -DCMAKE_DISABLE_FIND_PACKAGE_WrapZSTD=TRUE
endif
ifeq ($(host_os),linux)
-# For some reason, the `-dbus-runtime` configure
-# option does not work as expected.
+# The `-dbus-runtime` configure option does not work
+# https://qt-project.atlassian.net/browse/QTBUG-144864
$(package)_cmake_opts += -DINPUT_dbus=runtime
endif
ifeq ($(host_os),darwin)
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.