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
7 config BR2_PACKAGE_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
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.
29 config BR2_PACKAGE_SAMBA4_AD_DC
31 select BR2_PACKAGE_GNUTLS
33 Enable Active Directory Domain Controller functionality.
35 config BR2_PACKAGE_SAMBA4_ADS
37 select BR2_PACKAGE_OPENLDAP
39 Enable Active Directory member Server functionality.
41 config BR2_PACKAGE_SAMBA4_SMBTORTURE
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.