perl-mojolicious: bump to version 5.72
[buildroot-gz.git] / package / rsyslog / Config.in
blobd66132f374d8948932412a581b7421c9a681c606
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
13           http://www.rsyslog.com
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