mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
samba: needs threads
As pointed by Thomas on IRC. Fixes: http://autobuild.buildroot.net/results/24f/24fe95a7775af10c6ed7514cbc72a2189e57bc25/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
06938c3a9e
commit
f0deded912
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SAMBA
|
config BR2_PACKAGE_SAMBA
|
||||||
bool "samba"
|
bool "samba"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
help
|
help
|
||||||
Provides print services to all manner of SMB/CIFS clients,
|
Provides print services to all manner of SMB/CIFS clients,
|
||||||
@ -11,6 +12,9 @@ config BR2_PACKAGE_SAMBA
|
|||||||
NOTE: A complete Samba install takes over 50MB of space,
|
NOTE: A complete Samba install takes over 50MB of space,
|
||||||
so choose only the components you need.
|
so choose only the components you need.
|
||||||
|
|
||||||
|
comment "samba needs a toolchain with thread support"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
if BR2_PACKAGE_SAMBA
|
if BR2_PACKAGE_SAMBA
|
||||||
|
|
||||||
config BR2_PACKAGE_SAMBA_MAX_DEBUGLEVEL
|
config BR2_PACKAGE_SAMBA_MAX_DEBUGLEVEL
|
||||||
@ -240,14 +244,13 @@ config BR2_PACKAGE_SAMBA_AVAHI
|
|||||||
bool "support avahi"
|
bool "support avahi"
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_AVAHI_DAEMON
|
depends on BR2_PACKAGE_AVAHI_DAEMON
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
|
||||||
depends on BR2_USE_MMU # dbus
|
depends on BR2_USE_MMU # dbus
|
||||||
select BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
Include support for avahi
|
Include support for avahi
|
||||||
|
|
||||||
comment "support avahi - disabled (requires avahi-daemon and thread support in toolchain)"
|
comment "support avahi - disabled (requires avahi-daemon)"
|
||||||
depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_PACKAGE_AVAHI_DAEMON
|
||||||
|
|
||||||
config BR2_PACKAGE_SAMBA_GAMIN
|
config BR2_PACKAGE_SAMBA_GAMIN
|
||||||
bool "support gamin"
|
bool "support gamin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user