[Buildroot] [PATCH] exim: requires thread support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Aug 29 07:32:07 UTC 2014


Fixes:

  http://autobuild.buildroot.net/results/98a1acb58665e6cd2df354fc63afef1d4606c6e0/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/exim/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/exim/Config.in b/package/exim/Config.in
index bd4ef1f..230ac86 100644
--- a/package/exim/Config.in
+++ b/package/exim/Config.in
@@ -1,6 +1,10 @@
+comment "exim needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_EXIM
 	bool "exim"
 	depends on BR2_USE_MMU # fork()
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_BERKELEYDB
 	help
-- 
2.0.0



More information about the buildroot mailing list