package/bird: BFD protocol needs threads
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 27 Mar 2019 16:52:36 +0000 (17:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 27 Mar 2019 19:13:14 +0000 (20:13 +0100)
Fixes:
 - http://autobuild.buildroot.org/results/e1f879cb34f9cfbbd14b75f63d25897c5bee53cd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bird/Config.in

index 63170ee470434736d67b0ac25947a7af69031a4c..fe34f96a45fb6e00c0104681849ce7a7c059600d 100644 (file)
@@ -29,9 +29,13 @@ config BR2_PACKAGE_BIRD_BABEL
 
 config BR2_PACKAGE_BIRD_BFD
        bool "bfd"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Enable BFD protocol.
 
+comment "BFD protocol needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_BIRD_BGP
        bool "bgp"
        default y