kumquat-buildroot/package/sysklogd/Config.in
Fabrice Fontaine 44f1f423f8 package/sysklogd: needs threads
threads is mandatory since version 2.0 and
f6e17bd6b3

Fixes:
 - http://autobuild.buildroot.org/results/33846ba0c6746c2befcd3c3ce0bbe0c5b32669ed

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Joachim Wiberg <troglobit@gmail.com>
[yann.morin.1998@free.fr: reorder dependencies]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-21 22:27:42 +01:00

20 lines
685 B
Plaintext

config BR2_PACKAGE_SYSKLOGD
bool "sysklogd"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
The continuation of the original sysklogd package, based on
the original Berkeley syslog daemon. Now with kernel
logging, and log rotation built-in. It can both receive from
and send to remote syslog servers. The v2.x series include
extended support for RFC5424 with an alt. syslogp() API for
clients.
https://github.com/troglobit/sysklogd/
comment "sysklogd needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS