python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / samba4 / Config.in
blob447418568dade95f373cff5bad2cdf663b4d7254
1 comment "samba4 needs a toolchain w/ RPC, wchar, dynamic library, NPTL"
2         depends on BR2_TOOLCHAIN_HAS_SYNC_4
3         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_NATIVE_RPC \
4                 || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS_NPTL
5         depends on BR2_USE_MMU
7 config BR2_PACKAGE_SAMBA4
8         bool "samba4"
9         depends on BR2_USE_MMU # fork()
10         depends on BR2_USE_WCHAR # python
11         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
12         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # python -> libffi
13         depends on !BR2_STATIC_LIBS # python
14         depends on !BR2_nios2 # binary too large, relocations don't fit
15         depends on BR2_TOOLCHAIN_HAS_SYNC_4
16         select BR2_PACKAGE_E2FSPROGS
17         select BR2_PACKAGE_POPT
18         select BR2_PACKAGE_PYTHON
19         select BR2_PACKAGE_ZLIB
20         help
21           Provides secure, stable and fast file and print services
22           for all clients using the SMB/CIFS protocol, such as all
23           versions of DOS, Windows, OS/2, Linux and many others.
25           http://www.samba.org/
27 if BR2_PACKAGE_SAMBA4
29 config BR2_PACKAGE_SAMBA4_AD_DC
30         bool "AD DC"
31         select BR2_PACKAGE_GNUTLS
32         help
33           Enable Active Directory Domain Controller functionality.
35 config BR2_PACKAGE_SAMBA4_ADS
36         bool "ADS"
37         select BR2_PACKAGE_OPENLDAP
38         help
39           Enable Active Directory member Server functionality.
41 config BR2_PACKAGE_SAMBA4_SMBTORTURE
42         bool "smbtorture"
43         help
44           Install the smbtorture test suite.
45           It's normally used for validation and stress testing.
46           Approximately +5 MB of stripped uncompressed target space.
48 endif