Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] aircrack-ng: needs toolchain with threads support
@ 2013-04-04 23:09 Gilles Talis
  2013-04-05 10:47 ` Gustavo Zacarias
  2013-04-11 14:00 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Talis @ 2013-04-04 23:09 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.org/results/418c9385a9a5a5087a6790001560056d32cd9708

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/aircrack-ng/Config.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in
index 319b7c4..daea48f 100644
--- a/package/aircrack-ng/Config.in
+++ b/package/aircrack-ng/Config.in
@@ -4,11 +4,12 @@ config BR2_PACKAGE_AIRCRACK_NG
 	depends on BR2_USE_MMU # uses fork()
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_IW # runtime
+	depends on BR2_TOOLCHAIN_HAS_THREADS # iw
 	help
 	  A set of tools for auditing wireless networks
 
 	  http://www.aircrack-ng.org/
 
-comment "aircrack-ng needs a toolchain with largefile support"
-	depends on !BR2_LARGEFILE
+comment "aircrack-ng needs a toolchain with largefile and threads support"
+	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-11 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 23:09 [Buildroot] [PATCH] aircrack-ng: needs toolchain with threads support Gilles Talis
2013-04-05 10:47 ` Gustavo Zacarias
2013-04-05 15:49   ` Gilles Talis
2013-04-11 14:00 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox