xref: /OK3568_Linux_fs/buildroot/package/snort/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SNORT
2	bool "snort"
3	depends on BR2_USE_WCHAR
4	depends on BR2_USE_MMU # fork()
5	depends on !BR2_STATIC_LIBS # daq
6	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
7	select BR2_PACKAGE_LIBDNET
8	select BR2_PACKAGE_LIBPCAP
9	select BR2_PACKAGE_DAQ
10	select BR2_PACKAGE_PCRE
11	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
12	select BR2_PACKAGE_ZLIB
13	help
14	  Snort is a free and open source network intrusion
15	  prevention system (IPS) and network intrusion detection
16	  system (IDS). It can perform protocol analysis, content
17	  searching/matching, and can be used to detect a variety
18	  of attacks and probes, such as buffer overflows, stealth
19	  port scans, CGI attacks, SMB probes, OS fingerprinting
20	  attempts, and much more.
21
22	  https://www.snort.org
23
24comment "snort needs a toolchain w/ wchar, threads, dynamic library"
25	depends on BR2_USE_MMU
26	depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
27		!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
28