1 config BR2_PACKAGE_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
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