[Buildroot] [PATCH 1/1] package/bird: BFD needs NPTL

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Apr 27 20:48:58 UTC 2019


Fixes:
 - http://autobuild.buildroot.org/results/ab9ab2cca2c191ae9a8f0ecb2aa2536a3f020301

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/bird/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/bird/Config.in b/package/bird/Config.in
index fe34f96a45..22c39f8488 100644
--- a/package/bird/Config.in
+++ b/package/bird/Config.in
@@ -29,12 +29,12 @@ config BR2_PACKAGE_BIRD_BABEL
 
 config BR2_PACKAGE_BIRD_BFD
 	bool "bfd"
-	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
 	help
 	  Enable BFD protocol.
 
-comment "BFD protocol needs a toolchain w/ threads"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
+comment "BFD protocol needs a toolchain w/ NPTL"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
 
 config BR2_PACKAGE_BIRD_BGP
 	bool "bgp"
-- 
2.20.1



More information about the buildroot mailing list