[Buildroot] [PATCH] package/snort: select libdnet package

Romain Naour romain.naour at gmail.com
Sun Apr 1 17:27:39 UTC 2018


"libdnet is in the dependency chain of snort that has added it to its
_DEPENDENCIES variable without selecting it or depending on it from
Config.in"

Fixes:
http://autobuild.buildroot.net/results/9cf/9cf5883d1ed95d3d76d529a9a25f0e600adf25cd

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: Sergio Prado <sergio.prado at e-labworks.com>
---
 package/snort/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/snort/Config.in b/package/snort/Config.in
index d1a59d5050..7d2c52c3f3 100644
--- a/package/snort/Config.in
+++ b/package/snort/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_SNORT
 	depends on BR2_USE_MMU # fork()
 	depends on !BR2_STATIC_LIBS # daq
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
+	select BR2_PACKAGE_LIBDNET
 	select BR2_PACKAGE_LIBPCAP
 	select BR2_PACKAGE_DAQ
 	select BR2_PACKAGE_PCRE
-- 
2.14.3



More information about the buildroot mailing list