|
@@ -189,13 +189,17 @@ config BR2_PACKAGE_MPD_LIBNFS
|
|
|
comment "nfs support needs a toolchain w/ threads support"
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
|
|
|
|
|
-comment "samba support needs an (e)glibc toolchain"
|
|
|
- depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
+comment "samba support needs an (e)glibc toolchain w/ dynamic library, RPC"
|
|
|
+ depends on !BR2_nios2
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS || \
|
|
|
+ !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
|
|
config BR2_PACKAGE_MPD_LIBSMBCLIENT
|
|
|
bool "samba"
|
|
|
depends on !BR2_nios2 # samba
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_PACKAGE_SAMBA4
|
|
|
help
|
|
|
Enable Samba support.
|