From c830a1a510c32d3f0d9db045762950e24a8d9b0c Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 4 Apr 2013 00:39:16 +0000 Subject: avahi: needs threads Fixes: http://autobuild.buildroot.net/results/bc64cd3499d7c3c674e8e79b749ff96a756852ea/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/avahi/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/avahi') diff --git a/package/avahi/Config.in b/package/avahi/Config.in index e2f8c53f8..60fd50f7c 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_AVAHI bool "avahi" # libdaemon uses fork() depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help Avahi is a system which facilitates service @@ -32,3 +33,6 @@ config BR2_PACKAGE_AVAHI_DAEMON architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and services using mDNS/DNS-SD. + +comment "avahi requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3