xref: /OK3568_Linux_fs/buildroot/package/syslog-ng/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SYSLOG_NG
2*4882a593Smuzhiyun	bool "syslog-ng"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # glib2
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
8*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE
9*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  syslog-ng is an enhanced log daemon, supporting a wide range
12*4882a593Smuzhiyun	  of input and output methods: syslog, unstructured text,
13*4882a593Smuzhiyun	  queueing, SQL & NoSQL
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://www.syslog-ng.com/products/open-source-log-management/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "syslog-ng needs a toolchain w/ wchar, threads"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
20*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
21