[net/snort] Replaced build variants with compile options.

Also added optional lzma support.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
Vladimir Ulrich
2015-04-28 00:50:18 +03:00
parent c424a6b66f
commit 99fe4286c7
2 changed files with 49 additions and 62 deletions
+25
View File
@@ -0,0 +1,25 @@
menu "Configuration"
depends on PACKAGE_snort
config SNORT_MYSQL
bool "Enable MySQL support"
default n
help
This option enables support for logging to a MySQL database.
Disabled by default.
config SNORT_PGSQL
bool "Enable PostgreSQL support"
default n
help
This option enables support for logging to a PostgreSQL database.
Disabled by default.
config SNORT_LZMA
bool "Enable LZMA support"
default n
help
This option enables LZMA decompression.
Disabled by default.
endmenu