From patchwork Fri Jun 15 09:36:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicole X-Patchwork-Id: 165068 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 98537B705E for ; Fri, 15 Jun 2012 19:36:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B0519100AEF; Fri, 15 Jun 2012 09:36:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZjGSRuCDAyvO; Fri, 15 Jun 2012 09:36:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 854511001CE; Fri, 15 Jun 2012 09:36:04 +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 869248F753 for ; Fri, 15 Jun 2012 09:36:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7AFE68A3DD for ; Fri, 15 Jun 2012 09:36:02 +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 pODzFZU0RLbv for ; Fri, 15 Jun 2012 09:36:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from hosting.cats-muvva.net (mail.cats-muvva.net [195.69.92.234]) by whitealder.osuosl.org (Postfix) with ESMTPS id AB04389DB5 for ; Fri, 15 Jun 2012 09:36:00 +0000 (UTC) Received: from hosting.cats-muvva.net (localhost.localdomain [127.0.0.1]) by hosting.cats-muvva.net (Postfix) with ESMTP id 6EAEFC216A for ; Fri, 15 Jun 2012 10:35:58 +0100 (BST) Received: from [192.168.9.2] (workbench.cats-muvva.net [192.168.9.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "CAcert WoT User", Issuer "CA Cert Signing Authority" (verified OK)) by hosting.cats-muvva.net (Postfix) with ESMTPS id 47E50C2035 for ; Fri, 15 Jun 2012 10:35:58 +0100 (BST) Message-ID: <4FDB0209.4040204@cats-muvva.net> Date: Fri, 15 Jun 2012 10:36:09 +0100 From: Nicole User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: buildroot@busybox.net Subject: [Buildroot] gettext patch 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 Ciao Thomas, Here's the fix I located for gettext. I do not claim this as my own work. It gets round an error where the compile complains that the type of a field called __sp is not completely defined. --- gnulib-lib/spawn.in.h 2010-11-18 19:49:42.424350565 +0300 +++ gnulib-lib/spawn.in.h 2010-11-18 19:49:10.392349526 +0300 @@ -37,6 +37,10 @@ # include #endif +#ifdef __UCLIBC__ +# include +#endif + #include #ifndef __THROW