From 96ac57460fedab7fc0ed23355ed3ecaf395423a3 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 16 Sep 2026 21:42:21 +0200 Subject: [PATCH] package/bind: fix Config.in comment The comment should be shown when !BR2_INSTALL_LIBSTDCPP is true, also treat BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS as arch dependency. Fixes: 54f96add94901511862df18e527e456982005b8e ("package/bind: security bump version to 9.20.24") Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/bind/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/bind/Config.in b/package/bind/Config.in index ab8ddcd0a2..4eb024b260 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -51,6 +51,6 @@ endif comment "bind needs a toolchain w/ NPTL, dynamic library, C++, gcc >= 4.9" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 + depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \ - || BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 \ - || BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS + || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9