mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
105f0398c7
Announcement: - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.4.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.5.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.6.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.1 Bump info: - sha256 update for COPYING:52e9e10053
- json-c is now a hard-dependency:d9220c79b2
- enable-cloud-auth requires curl https://github.com/syslog-ng/syslog-ng/pull/4755 - 0001-fix-build-on-uclibc.patch upstream:5100a11a83
and468df07d80
- 0002-lib-transport-tls-context.c-fix-libressl-build.patch upstream:065c09c522
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
792 B
Plaintext
24 lines
792 B
Plaintext
config BR2_PACKAGE_SYSLOG_NG
|
|
bool "syslog-ng"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
|
select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_PCRE2
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
syslog-ng is an enhanced log daemon, supporting a wide range
|
|
of input and output methods: syslog, unstructured text,
|
|
queueing, SQL & NoSQL
|
|
|
|
https://www.syslog-ng.com/products/open-source-log-management/
|
|
|
|
comment "syslog-ng needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|