2011-06-29 15:46:21 +02:00
|
|
|
config BR2_PACKAGE_RSYSLOG
|
|
|
|
bool "rsyslog"
|
2014-03-12 18:51:09 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_LIBESTR
|
|
|
|
select BR2_PACKAGE_LIBLOGGING
|
2016-06-15 15:17:47 +02:00
|
|
|
select BR2_PACKAGE_LIBFASTJSON
|
2014-03-12 18:51:09 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-14 21:36:13 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-01-14 00:17:01 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # modules
|
2016-07-10 11:10:11 +02:00
|
|
|
# Propagate the exact same dependency from libfastjson,
|
|
|
|
# even though rsyslog already depends on threads for itself:
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2011-06-29 15:46:21 +02:00
|
|
|
help
|
|
|
|
Rsyslog is a powerful and flexible syslog implementation
|
|
|
|
|
|
|
|
http://www.rsyslog.com
|
2014-03-12 18:51:09 +01:00
|
|
|
|
2015-01-14 00:17:01 +01:00
|
|
|
comment "rsyslog needs a toolchain w/ threads, dynamic library"
|
2014-05-14 21:36:13 +02:00
|
|
|
depends on BR2_USE_MMU
|
2016-02-02 16:31:22 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2015-01-14 00:17:01 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2016-07-10 11:10:11 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|