d66132f374d8948932412a581b7421c9a681c606
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rsyslog / Config.in
1 config BR2_PACKAGE_RSYSLOG
2         bool "rsyslog"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_LIBESTR
5         select BR2_PACKAGE_LIBLOGGING
6         select BR2_PACKAGE_JSON_C
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_MMU # fork()
9         depends on !BR2_STATIC_LIBS # modules
10         help
11           Rsyslog is a powerful and flexible syslog implementation
12
13           http://www.rsyslog.com
14
15 comment "rsyslog needs a toolchain w/ threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS