From patchwork Sun Jan 13 11:25:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 211610 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 09DA32C0106 for ; Sun, 13 Jan 2013 22:25:35 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C9B2A00E8; Sun, 13 Jan 2013 11:25:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q6juFcNv2AcL; Sun, 13 Jan 2013 11:25:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 85447A00DE; Sun, 13 Jan 2013 11:25:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E3E148F7A0 for ; Sun, 13 Jan 2013 11:25:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 87FA58B27A for ; Sun, 13 Jan 2013 11:25:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kuXkWQScN9K5 for ; Sun, 13 Jan 2013 11:25:26 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id B35E78B1F5 for ; Sun, 13 Jan 2013 11:25:25 +0000 (UTC) Received: from asgard (host212.200-82-114.telecom.net.ar [200.82.114.212]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0DBPHXw015949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Jan 2013 11:25:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1358076322; bh=auDiXB0biHg2uMVG+1F3SDIeFZu8GdElhigsb3iIT+4=; h=From:To:Cc:Subject:Date; b=aw5YLfH7DVgN/QT88QcDwQSgl0BNll3v5Jawqfq5Sg1VDEVZLGBX8T57JTV78L9i4 A3cgzkEhOLYQlnsHcsnXRIZZs8TE0M5VymqKwTISswlIgP/zfduWolhRkSjRRil6jk hMxqe8VqKk7VdNSlXWiR9UGyayZyrwuRqQ8solhM= Received: by asgard (sSMTP sendmail emulation); Sun, 13 Jan 2013 08:25:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 13 Jan 2013 08:25:15 -0300 Message-Id: <1358076315-25117-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] hiawatha: needs threads X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@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