From patchwork Wed Jul 10 02:38:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 257956 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id DE66E2C00A6 for ; Wed, 10 Jul 2013 12:38:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 694EE31EB8; Wed, 10 Jul 2013 02:38:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8LNx4K795O1K; Wed, 10 Jul 2013 02:38:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1339631EA1; Wed, 10 Jul 2013 02:38:32 +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 1E0AD1BFA93 for ; Wed, 10 Jul 2013 02:38:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3F3D08B27B for ; Wed, 10 Jul 2013 02:38:30 +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 gBNIYA4yc7kz for ; Wed, 10 Jul 2013 02:38:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id 64EC98B0FB for ; Wed, 10 Jul 2013 02:38:28 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id un1so6210865pbc.1 for ; Tue, 09 Jul 2013 19:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=QT9sLChUwl0a2cUr2LdwtSbV2RRSpyK5Bu8UkKu/Pos=; b=OqQnwsEmTPXB3lybQVqfzrZ7qc9cRMxe1Z7QldFybClhPHvfJ6xCUpv24Bfl4d8KvY qx+AqdPpJsD+zPGS+YQXo5vahsE8QnWzh35e5/vQ297g3WPM1JXkdapmt4ptYjmTgznP WPviKeru6j/t1d1RfKmp0CHrD6sxcQfb7owIj+ILxOK+hX/CvH5pXzm5uhHZqYE24Nay +5r9o2z4wOcYkE1pGBxvFjMBg/w+4IPHeV73rxFKn/sXV/S6+iPVzgmKizBCQoIt/pYJ PdIu7aLEx5BaqQcw9zjcC2YOObiIM+P+PcHaEgs1CxsnELWk84FKrfdti9o5HMNtX47Z wnrQ== X-Received: by 10.68.27.105 with SMTP id s9mr29427892pbg.29.1373423908075; Tue, 09 Jul 2013 19:38:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.128.201 with HTTP; Tue, 9 Jul 2013 19:38:08 -0700 (PDT) From: Gilles Talis Date: Tue, 9 Jul 2013 19:38:08 -0700 Message-ID: To: buildroot Subject: [Buildroot] [PATCH] mongrel2: 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net mongrel2 uses zeromq that needs threads Fixes: http://autobuild.buildroot.org/results/93d/93da58453e1ca0cc491170976cfbdeb8bee5c648 Signed-off-by: Gilles Talis --- package/mongrel2/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in index ca7e609..435d97e 100644 --- a/package/mongrel2/Config.in +++ b/package/mongrel2/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_MONGREL2 select BR2_PACKAGE_ZEROMQ depends on BR2_INSTALL_LIBSTDCPP # zeromq depends on BR2_INET_IPV6 # zeromq + depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq depends on BR2_LARGEFILE # zeromq -> util-linux depends on BR2_USE_WCHAR # zeromq -> util-linux # {get,make,swap}context functions present in