mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/bird: BFD needs NPTL
Fixes: - http://autobuild.buildroot.org/results/ab9ab2cca2c191ae9a8f0ecb2aa2536a3f020301 uClibc linuxthreads does not provide pthread_spin_lock(). Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c6342736b0
commit
3fcf71429e
@ -29,12 +29,12 @@ config BR2_PACKAGE_BIRD_BABEL
|
|||||||
|
|
||||||
config BR2_PACKAGE_BIRD_BFD
|
config BR2_PACKAGE_BIRD_BFD
|
||||||
bool "bfd"
|
bool "bfd"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
help
|
help
|
||||||
Enable BFD protocol.
|
Enable BFD protocol.
|
||||||
|
|
||||||
comment "BFD protocol needs a toolchain w/ threads"
|
comment "BFD protocol needs a toolchain w/ NPTL"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
|
|
||||||
config BR2_PACKAGE_BIRD_BGP
|
config BR2_PACKAGE_BIRD_BGP
|
||||||
bool "bgp"
|
bool "bgp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user