[Buildroot] [git commit] package/sshguard: need threads

Peter Korsgaard peter at korsgaard.com
Sat Aug 3 18:18:01 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=9790d1ca9457dc455970d04a73e4943f3e5bf0d2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
 - http://autobuild.buildroot.net/results/01fb32fdb21c60ffece09ea5e7ba7b58d989ed76/

Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sshguard/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/sshguard/Config.in b/package/sshguard/Config.in
index e834f17f41..7454c0a931 100644
--- a/package/sshguard/Config.in
+++ b/package/sshguard/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SSHGUARD
 	bool "sshguard"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_IPTABLES # runtime
 	help
 	  sshguard protects hosts from brute-force attacks against SSH
@@ -8,3 +9,6 @@ config BR2_PACKAGE_SSHGUARD
 	  including iptables, ipfw, and pf.
 
 	  https://www.sshguard.net
+
+comment "sshguard needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list