From patchwork Fri Jan 10 13:17:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Lukichev X-Patchwork-Id: 309272 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 3C67D2C009B for ; Sat, 11 Jan 2014 00:18:24 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4A06293E0D; Fri, 10 Jan 2014 13:18:23 +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 NLOdVFKslylI; Fri, 10 Jan 2014 13:18:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5659B93D13; Fri, 10 Jan 2014 13:18:22 +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 2124F1BFA0B for ; Fri, 10 Jan 2014 13:18:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1DE268C7E7 for ; Fri, 10 Jan 2014 13:18:21 +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 a8PqUR-3uUrT for ; Fri, 10 Jan 2014 13:18:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1A67B8C777 for ; Fri, 10 Jan 2014 13:18:19 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id n7so3211235lam.16 for ; Fri, 10 Jan 2014 05:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=B+BZaOFkmB9dhgX505fJV26W6E0WCqRa64+CHyQ7IcM=; b=ALN5ThEirXDZaVAwark68omRNwVxM0e+B+1fZpJEeXUvbzcCJgGpx/75+AUSJMwCod Z3iliXFInKR81NqEK15oTyVhdez3V4KvfsY/ykWW4xhQlILFkThTn5I7KdIOClaIO+ED O5IQeLWUOnDzzs2UmiNKJcsRIlz/1gAI26MvjlRTkeF2MxtOvgbLzQNkgQUcep/MJ02l adSSUFYxCHuSt9OLHW+0b3nLcpGRtq/rWVL+tmY1220CGU+h9VNFpsVFCCLdoZkkscL7 wrZLUQQcFjk4N78yx889Kjf5d2mpbVE1J/axagicDhJgrc4k9wlKff9R/zjPAfl2a6hv Qxow== X-Received: by 10.152.234.170 with SMTP id uf10mr3695522lac.43.1389359895187; Fri, 10 Jan 2014 05:18:15 -0800 (PST) Received: from localhost.localdomain (37-136-51-44.nat.bb.dnainternet.fi. [37.136.51.44]) by mx.google.com with ESMTPSA id mk6sm1354432lac.0.2014.01.10.05.18.12 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 10 Jan 2014 05:18:14 -0800 (PST) From: Alexander Lukichev To: buildroot@busybox.net Date: Fri, 10 Jan 2014 15:17:53 +0200 Message-Id: <1389359873-24316-1-git-send-email-alexander.lukichev@gmail.com> X-Mailer: git-send-email 1.8.0.1 Subject: [Buildroot] [PATCH 1/1] zmqpp: add proper header include 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 The patch has been submitted upstream. If it is accepted, the patch here will not be necessary. Fixes http://autobuild.buildroot.net/results/425/42590285167f779e27a4e8db9853c7065b9e31c0/ and some others. Signed-off-by: Alexander Lukichev --- ...include-for-definitions-of-EXIT_-constant.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/zmqpp/0001-Add-proper-include-for-definitions-of-EXIT_-constant.patch diff --git a/package/zmqpp/0001-Add-proper-include-for-definitions-of-EXIT_-constant.patch b/package/zmqpp/0001-Add-proper-include-for-definitions-of-EXIT_-constant.patch new file mode 100644 index 0000000..8df755a --- /dev/null +++ b/package/zmqpp/0001-Add-proper-include-for-definitions-of-EXIT_-constant.patch @@ -0,0 +1,30 @@ +From 9aebdc0e54a6700ea62553365026727456c4969e Mon Sep 17 00:00:00 2001 +From: Alexander Lukichev +Date: Thu, 9 Jan 2014 12:15:31 +0200 +Subject: [PATCH] Add proper include for definitions of EXIT_* constants + +These constants are referenced in src/client/main.cpp but their +definitions are pulled indirectly through other header files. For +some toolchains they are not pulled through those headers, which +breaks compilation. + +Signed-off-by: Alexander Lukichev +--- + src/client/main.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/client/main.cpp b/src/client/main.cpp +index 37c30a0..3679891 100644 +--- a/src/client/main.cpp ++++ b/src/client/main.cpp +@@ -4,6 +4,7 @@ + */ + + #include ++#include + #include + #include + +-- +1.8.0.1 +