From patchwork Sun Jan 24 13:37:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 572305 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 5FFD71402A8 for ; Mon, 25 Jan 2016 00:38:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7F41389FFC; Sun, 24 Jan 2016 13:38:18 +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 3LS7kTVDqZnl; Sun, 24 Jan 2016 13:38:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 145BF89F9F; Sun, 24 Jan 2016 13:38:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 83A911C0A5B for ; Sun, 24 Jan 2016 13:38:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 80A5089F9F for ; Sun, 24 Jan 2016 13:38:16 +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 BUChHGEy-xjD for ; Sun, 24 Jan 2016 13:38:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8B6CC89E69 for ; Sun, 24 Jan 2016 13:38:11 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout10.t-online.de (Postfix) with SMTP id EFA7B39793B for ; Sun, 24 Jan 2016 14:38:09 +0100 (CET) Received: from fli4l.lan.fli4l (ZkzP8OZcohcOd74K4YniY0uKQrJDl3mH3ML2xQCzi6xgKZ1QycjTuSKvWDXwT4gZAI@[84.191.213.30]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1aNKrh-2Scy360; Sun, 24 Jan 2016 14:38:01 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:33582 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.86) (envelope-from ) id 1aNKrg-0000n9-FG; Sun, 24 Jan 2016 14:38:01 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 24 Jan 2016 14:37:59 +0100 Message-Id: <1453642679-29490-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.7.0.rc3 X-ID: ZkzP8OZcohcOd74K4YniY0uKQrJDl3mH3ML2xQCzi6xgKZ1QycjTuSKvWDXwT4gZAI X-TOI-MSGID: eaf4eb84-ea37-4e48-97b0-b79bd080eb1b Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/dvbsnoop: fix musl build 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" Fixes http://autobuild.buildroot.net/results/6fb/6fbe96af007803acfe9deacf26399cb19e5f2b47/ http://autobuild.buildroot.net/results/be6/be64a45ac158b9057fb3e7ef9b515250acc77187/ and many others Signed-off-by: Bernd Kuhls --- package/dvbsnoop/0001-musl-types-h.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/dvbsnoop/0001-musl-types-h.patch diff --git a/package/dvbsnoop/0001-musl-types-h.patch b/package/dvbsnoop/0001-musl-types-h.patch new file mode 100644 index 0000000..1149df0 --- /dev/null +++ b/package/dvbsnoop/0001-musl-types-h.patch @@ -0,0 +1,15 @@ +Fix musl build + +Signed-off-by: Bernd Kuhls + +diff -uNr dvbsnoop-1.4.50.org/src/misc/helper.h dvbsnoop-1.4.50/src/misc/helper.h +--- dvbsnoop-1.4.50.org/src/misc/helper.h 2006-01-02 20:04:56.000000000 +0100 ++++ dvbsnoop-1.4.50/src/misc/helper.h 2016-01-24 14:35:02.000000000 +0100 +@@ -16,6 +16,7 @@ + #ifndef __HELPER_H + #define __HELPER_H + ++#include + + u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen); + u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);