From patchwork Thu May 23 16:28:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 245980 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 AD05D2C029E for ; Fri, 24 May 2013 02:28:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6539A306FB; Thu, 23 May 2013 16:28:24 +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 S33hI49DbiGR; Thu, 23 May 2013 16:28:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3235E31ABE; Thu, 23 May 2013 16:28:23 +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 C1F798F753 for ; Thu, 23 May 2013 16:28:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 94AAA8D6E2 for ; Thu, 23 May 2013 16:28:22 +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 C3mzJShzM6li for ; Thu, 23 May 2013 16:28:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id 18D5D8D582 for ; Thu, 23 May 2013 16:28:19 +0000 (UTC) From: Markos Chandras To: Date: Thu, 23 May 2013 17:28:01 +0100 Message-ID: <1369326481-18848-1-git-send-email-markos.chandras@gmail.com> X-Mailer: git-send-email 1.8.2.1 MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01181__2013_05_23_17_28_09 Subject: [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain 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 From: Markos Chandras mongrel2 needs the {get,make,swap}context functions which are present in {e,}glibc and in the uClibc's master branch. Fixes: http://autobuild.buildroot.net/results/8e132a2b03a7b5ae94199db7db86883c05dca700/build-end.log Signed-off-by: Markos Chandras Acked-by: Thomas Petazzoni --- package/mongrel2/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in index 05d10d7..034dbf9 100644 --- a/package/mongrel2/Config.in +++ b/package/mongrel2/Config.in @@ -6,6 +6,12 @@ config BR2_PACKAGE_MONGREL2 depends on BR2_INET_IPV6 # zeromq depends on BR2_LARGEFILE # zeromq -> util-linux depends on BR2_USE_WCHAR # zeromq -> util-linux + # {get,make,swap}context functions present in + # {e,}glibc and in uClibc's master branch. + depends on BR2_UCLIBC_VERSION_SNAPSHOT || \ + BR2_TOOLCHAIN_EXTERNAL_GLIBC || \ + BR2_TOOLCHAIN_CTNG_eglibc || \ + BR2_TOOLCHAIN_CTNG_glibc help Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using