|
@@ -4,6 +4,7 @@ config BR2_PACKAGE_COLLECTD
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_INET_IPV6
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB
|
|
|
help
|
|
|
collectd is a daemon which collects system performance
|
|
|
statistics periodically and provides mechanisms to store
|
|
@@ -442,6 +443,6 @@ endmenu
|
|
|
|
|
|
endif
|
|
|
|
|
|
-comment "collectd needs a toolchain w/ IPv6, threads"
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
|
|
|
+comment "collectd needs a toolchain w/ IPv6, threads, dynamic library"
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 || BR2_PREFER_STATIC_LIB
|
|
|
depends on BR2_USE_MMU
|