From patchwork Sun Jan 13 11:25:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: hiawatha: needs threads Date: Sun, 13 Jan 2013 01:25:15 -0000 From: Gustavo Zacarias X-Patchwork-Id: 211610 Message-Id: <1358076315-25117-1-git-send-email-gustavo@zacarias.com.ar> To: buildroot@busybox.net Fixes http://autobuild.buildroot.net/results/9bb3bdb9de43fc6bab119674885df2a28e5559ee/ Signed-off-by: Gustavo Zacarias --- package/hiawatha/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/hiawatha/Config.in b/package/hiawatha/Config.in index ac0aa10..fbed1bc 100644 --- a/package/hiawatha/Config.in +++ b/package/hiawatha/Config.in @@ -1,7 +1,11 @@ +comment "hiawatha requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_HIAWATHA bool "hiawatha" # needs fork() depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_THREADS help Hiawatha is a webserver for Unix and has been built with security in mind. This resulted in a highly secure