* [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
* [Buildroot] [PATCH] aircrack-ng: needs toolchain with threads support
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
1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2013-04-05 10:47 UTC (permalink / raw)
To: buildroot
On 04/04/2013 08:09 PM, Gilles Talis wrote:
> Fixes:
> http://autobuild.buildroot.org/results/418c9385a9a5a5087a6790001560056d32cd9708
>
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> + depends on BR2_TOOLCHAIN_HAS_THREADS # iw
However it's not because of iw, it's because of aircrack itself
(aircrack is failing to compile) :)
Regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] aircrack-ng: needs toolchain with threads support
2013-04-05 10:47 ` Gustavo Zacarias
@ 2013-04-05 15:49 ` Gilles Talis
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Talis @ 2013-04-05 15:49 UTC (permalink / raw)
To: buildroot
On Apr 5, 2013 3:47 AM, "Gustavo Zacarias" <gustavo@zacarias.com.ar> wrote:
> On 04/04/2013 08:09 PM, Gilles Talis wrote:
>
> > Fixes:
> >
> http://autobuild.buildroot.org/results/418c9385a9a5a5087a6790001560056d32cd9708
> >
> > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
>
> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>
> > + depends on BR2_TOOLCHAIN_HAS_THREADS # iw
>
> However it's not because of iw, it's because of aircrack itself
> (aircrack is failing to compile) :)
>
Fully right :-). Meant to show to iw ALSO had that dependency. But I
realize that my comment does not reflect that at all :-)
Thanks for the ack.
Regards
Gilles.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130405/3ef62dcf/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] aircrack-ng: needs toolchain with threads support
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-11 14:00 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-04-11 14:00 UTC (permalink / raw)
To: buildroot
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:
Gilles> Fixes:
Gilles> http://autobuild.buildroot.org/results/418c9385a9a5a5087a6790001560056d32cd9708
Committed (with iw comment dropped), thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [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