mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
socat: needs threads
Fixes: http://autobuild.buildroot.net/results/d2231d0db9cebfa77739a229513035ed6814f34c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9f2b3f9605
commit
294ac7ef0a
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_SOCAT
|
config BR2_PACKAGE_SOCAT
|
||||||
bool "socat"
|
bool "socat"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Multipurpose socket relay program.
|
Multipurpose socket relay program.
|
||||||
|
|
||||||
http://www.dest-unreach.org/socat/
|
http://www.dest-unreach.org/socat/
|
||||||
|
|
||||||
|
comment "socat requires a toolchain with thread support"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user