Bug Fixes - Fixed mbedTLS crashes and TLS handshake errors when the nDPI-bundled libgcrypt "lite" version conflicts with the system version (via libcurl). - Fixed linking order issue with libini. - Fixed non-portable static linking warning with libndpi. - Write flows to sockets regardless if "add_flows" is true. - Fixed compilation error if _DIRENT_HAVE_D_RECLEN isn't defined. - Fixed Agent path. - [OpenWrt] Switch to "grep -E" as "egrep" is deprecated. - Fixed possible ndAddr crash: return a const reference for cached strings. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
16 lines
498 B
Text
16 lines
498 B
Text
menu "Configuration"
|
|
depends on PACKAGE_netifyd
|
|
|
|
config NETIFYD_BUILD_SHARED_LIBRARY
|
|
bool "Build the Agent as a shared library?"
|
|
default y
|
|
help
|
|
Build the Agent as a shared library when enabled, or statically link it otherwise. Statically linking can make debugging easier.
|
|
|
|
config NETIFYD_WITH_LOCAL_LIBGCRYPT
|
|
bool "Link nDPI with the local system libgcrypt?"
|
|
default y
|
|
help
|
|
Link the Agent (and nDPI) against the local system libgcrypt, or use the bundled gcrypt lite version.
|
|
|
|
endmenu
|