From patchwork Fri Apr 17 10:26:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 462016 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 E63501402BD for ; Fri, 17 Apr 2015 20:27:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=xOoniSUA; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B0918B9F4; Fri, 17 Apr 2015 10:27:03 +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 8jzsKU4yV8dR; Fri, 17 Apr 2015 10:27:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8C5B58B9B7; Fri, 17 Apr 2015 10:27:01 +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 171D81C21BC for ; Fri, 17 Apr 2015 10:27:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 06AA38B9B7 for ; Fri, 17 Apr 2015 10:27:01 +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 MpRUSCJJtOTg for ; Fri, 17 Apr 2015 10:26:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4F5AF8B99F for ; Fri, 17 Apr 2015 10:26:58 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t3HAQpQL019226 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Apr 2015 10:26:54 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1429266416; bh=HaHMgXU1eoqp4gWZqbKgpW6jT7sUkM+fZ58s6cvQYZU=; h=From:To:Cc:Subject:Date; b=xOoniSUADUskvW3YaqGbXcr++hPXA7tgKnje295kdnYte/c8uZ7CkBya3uEplvVDf 4scMcQszC/DnIR9TLVhCT7kjRGVXx3brbR1l46jYaFbxi0Iva8p4QaiOAygxjXTC3z ghfvGjY0udxhPwiKR6zXJPX3VNhhTzalhN/11IqI= Received: by asgard (sSMTP sendmail emulation); Fri, 17 Apr 2015 07:26:45 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 17 Apr 2015 07:26:44 -0300 Message-Id: <1429266405-9217-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] libnl: add patch to fix bmon build breakage X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Revert a 3.2.26 patch that breaks the bmon build (among possibly others). Fixes: http://autobuild.buildroot.net/results/296/296bcaf4fd1fadcab71881d6d00a8763bfa91a41/ Signed-off-by: Gustavo Zacarias --- ...remove-unnecessary-include-of-private-lin.patch | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 package/libnl/0001-Revert-route-remove-unnecessary-include-of-private-lin.patch diff --git a/package/libnl/0001-Revert-route-remove-unnecessary-include-of-private-lin.patch b/package/libnl/0001-Revert-route-remove-unnecessary-include-of-private-lin.patch new file mode 100644 index 0000000..3520899 --- /dev/null +++ b/package/libnl/0001-Revert-route-remove-unnecessary-include-of-private-lin.patch @@ -0,0 +1,44 @@ +From 61310ce3f2b6c5c21be8c788848f083e4c58d138 Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias +Date: Fri, 17 Apr 2015 07:20:48 -0300 +Subject: [PATCH] Revert "route: remove unnecessary include of private + linux/if.h" + +It breaks rtnl_link_get_flags() checks against IFF_* defines that aren't +defined. + +This reverts commit 50a76998ac36ace3716d3c979b352fac73cfc80a. + +Signed-off-by: Gustavo Zacarias +--- + include/netlink/route/link.h | 1 + + src/nl-link-set.c | 1 - + 2 files changed, 1 insertion(+), 1 deletion(-) + +diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h +index 8f74f42..a7aa88b 100644 +--- a/include/netlink/route/link.h ++++ b/include/netlink/route/link.h +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + #include + + #ifdef __cplusplus +diff --git a/src/nl-link-set.c b/src/nl-link-set.c +index 6a6bac8..bbb60f9 100644 +--- a/src/nl-link-set.c ++++ b/src/nl-link-set.c +@@ -9,7 +9,6 @@ + * Copyright (c) 2003-2010 Thomas Graf + */ + +-#include + #include + #include + +-- +2.0.5 +