crda: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 16 May 2013 00:40:01 +0000 (00:40 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 16 May 2013 11:05:15 +0000 (13:05 +0200)
Because libnl needs threads, fixes:
http://autobuild.buildroot.net/results/8e32f222ddeba262ee2471d22e1c6a8afbf241c2/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/crda/Config.in

index 66baf14e3ad3c0c4f87fede7aa35231c6ca25296..539a5c7aee6f6b1e22731d9a940a15a48b71c097 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_CRDA
        bool "crda"
+       depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
        select BR2_PACKAGE_LIBGCRYPT
        select BR2_PACKAGE_LIBNL
        # regdb is a runtime dependency
@@ -13,3 +14,6 @@ config BR2_PACKAGE_CRDA
          may operate within for a given location.
 
          http://linuxwireless.org/en/developers/Regulatory/CRDA
+
+comment "crda requires a toolchain with thread support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS