netatalk: requires threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 14 Aug 2013 13:32:15 +0000 (10:32 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Aug 2013 16:34:00 +0000 (18:34 +0200)
Fixes:
http://autobuild.buildroot.net/results/e19/e191a9e0768b632b84c3a8a8201538bd5fbe3708/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/netatalk/Config.in

index 26f14c3d488ba7df468d45054076cceee51f3fbd..e3deaefba4f9bfe0cc5cb910d806fd5c2d7ab7dd 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NETATALK
        bool "netatalk"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_BERKELEYDB
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_LIBGCRYPT
@@ -9,3 +10,6 @@ config BR2_PACKAGE_NETATALK
          high-performance and reliable file server for Macintosh computers.
 
          http://netatalk.sourceforge.net/
+
+comment "netatalk requires a toolchain with thread support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS