mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
snort3: inform user of optional dependencies
Add a comment to the package description to inform users that the build system will not automatically pick gperftools-runtime and vectorscan- runtime when building from source. References to performance benefits of using them:c1b4e80825b6b2d1e305Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
@@ -41,6 +41,14 @@ define Package/snort3/description
|
||||
and packet logging on IP networks. It utilizes a combination of protocol
|
||||
analysis and pattern matching in order to detect anomalies, misuse and
|
||||
attacks.
|
||||
|
||||
Note:
|
||||
When compiling from source, and if your target supports them, optionally
|
||||
enable runtime dependencies for improved performance:
|
||||
- gperftools
|
||||
- vectorscan
|
||||
These are not enabled by default and must be manually selected in menuconfig
|
||||
to take advantage of their benefits.
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
|
||||
Reference in New Issue
Block a user