lua-csnappy: bump to version 0.1.4
[buildroot-gz.git] / package / rsyslog / Config.in
blobb3c146dc86914beece69eacc6b906d2533db0619
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_LIBFASTJSON
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_MMU # fork()
9         depends on !BR2_STATIC_LIBS # modules
10         # Propagate the exact same dependency from libfastjson,
11         # even though rsyslog already depends on threads for itself:
12         depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
14         help
15           Rsyslog is a powerful and flexible syslog implementation
17           http://www.rsyslog.com
19 comment "rsyslog needs a toolchain w/ threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on BR2_TOOLCHAIN_HAS_SYNC_4
22         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
23         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS