From patchwork Thu May 23 13:20:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Newton X-Patchwork-Id: 245952 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 752E72C0084 for ; Thu, 23 May 2013 23:20:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 17C408D970; Thu, 23 May 2013 13:20:17 +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 BSxeXY4MDlF1; Thu, 23 May 2013 13:20:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 326588C890; Thu, 23 May 2013 13:20:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A2EF68F753 for ; Thu, 23 May 2013 13:20:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 69FFF10BBBE for ; Thu, 23 May 2013 13:19:51 +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 CrMp1yFPnxx5 for ; Thu, 23 May 2013 13:19:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4C6B010B9AC for ; Thu, 23 May 2013 13:19:50 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id l20so4398257oag.9 for ; Thu, 23 May 2013 06:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7eMaE/m17YNvdGbEviv/ykp6kwt3T8Xh9ivQfOm70wc=; b=GZLW/romYMFXkhgoeOxYiO4L4n5agYsO01GS8UZ7CcZccfup+fYCWcNYVeUsR37fe0 xlo0rmfSjaxS+jSigzZMuGKW3ysg6loA5P1oSsGWtmCb/hs4YoQIVwmmIENQy3xMIKoj EdWGuj9xgaXBKZyE9tQoI22AtLdYewx/z9H9V6XVDnEt6iSvgOmsjVYZ3aauNhqw/TXW d8vRXxx2O1zustHbnTHJAeBM9wqDrJOZSAPwjxXLW2zCeVLPSGeE/EBn17wVBayqHxpb mczFJmKaikaxBM5TvNF3Kzyp2RYXJQCFuyZGQgFONwsYceEOG/y9nW/L9mgFjgiUj8bJ O8QQ== MIME-Version: 1.0 X-Received: by 10.182.237.6 with SMTP id uy6mr6659996obc.31.1369315209349; Thu, 23 May 2013 06:20:09 -0700 (PDT) Received: by 10.76.120.68 with HTTP; Thu, 23 May 2013 06:20:09 -0700 (PDT) Date: Thu, 23 May 2013 14:20:09 +0100 Message-ID: From: Will Newton To: Buildroot List Subject: [Buildroot] [PATCH 2/2] udpcast: Add udpcast-select-h.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 This patch fixes the build on AArch64 (and potentially others). The patch has been submitted upstream. Signed-off-by: Will Newton --- package/udpcast/udpcast-select-h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/udpcast/udpcast-select-h.patch -- 1.8.1.4 diff --git a/package/udpcast/udpcast-select-h.patch b/package/udpcast/udpcast-select-h.patch new file mode 100644 index 0000000..9a8cfc9 --- /dev/null +++ b/package/udpcast/udpcast-select-h.patch @@ -0,0 +1,11 @@ +--- udpcast-20120424/console.h 2005-12-22 22:59:18.000000000 +0000 ++++ udpcast-20120424.mod/console.h 2013-05-22 22:22:19.835474140 +0100 +@@ -6,6 +6,8 @@ + #include + #endif /* __MINGW32__ */ + ++#include ++ + #define prepareConsole udpc_prepareConsole + #define getConsoleFd udpc_getConsoleFd + #define restoreConsole udpc_restoreConsole