summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2018-04-01 19:27:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-04-01 19:39:41 +0200
commitf2c5d59e65e84497a7c048e023433fec8d3b595f (patch)
tree8b8f37ae4f9ee66e1062cceb120bbb0bd7ce09bf
parentec08f3a87d402ee868cebb0008c14c367162ecee (diff)
downloadbuildroot-f2c5d59e65e84497a7c048e023433fec8d3b595f.tar.gz
buildroot-f2c5d59e65e84497a7c048e023433fec8d3b595f.zip
package/snort: select libdnet package
"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@gmail.com> Cc: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/snort/Config.in1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud