From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/libndp: fix musl build
Date: Tue, 2 Feb 2016 16:03:54 +0100 [thread overview]
Message-ID: <56B0C55A.7090809@mind.be> (raw)
In-Reply-To: <1454168407-3108-2-git-send-email-bernd.kuhls@t-online.de>
On 30-01-16 16:40, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/d42/d42bebe51bbec38f131840b6bbefdc162f0ad194/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/libndp/0001-ndptool.c-Fix-musl-build.patch | 30 ++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
> create mode 100644 package/libndp/0001-ndptool.c-Fix-musl-build.patch
>
> diff --git a/package/libndp/0001-ndptool.c-Fix-musl-build.patch b/package/libndp/0001-ndptool.c-Fix-musl-build.patch
> new file mode 100644
> index 0000000..547598c
> --- /dev/null
> +++ b/package/libndp/0001-ndptool.c-Fix-musl-build.patch
> @@ -0,0 +1,30 @@
> +From 561f80b9a848be923f37bf1afedbecf92da3b2e7 Mon Sep 17 00:00:00 2001
> +From: Bernd Kuhls <bernd.kuhls@t-online.de>
> +Date: Sat, 30 Jan 2016 16:36:39 +0100
> +Subject: [PATCH 1/1] ndptool.c: Fix musl build
> +
> +Fixes a build issue with the musl C library
> +http://autobuild.buildroot.net/results/d42/d42bebe51bbec38f131840b6bbefdc162f0ad194/build-end.log
> +
> +Patch sent upstream: https://github.com/jpirko/libndp/pull/7
> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> +---
> + utils/ndptool.c | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/utils/ndptool.c b/utils/ndptool.c
> +index 04ec4e1..c6ef48c 100644
> +--- a/utils/ndptool.c
> ++++ b/utils/ndptool.c
> +@@ -27,6 +27,7 @@
> + #include <netinet/in.h>
> + #include <arpa/inet.h>
> + #include <errno.h>
> ++#include <sys/select.h>
> + #include <ndp.h>
> +
> + enum verbosity_level {
> +--
> +2.7.0.rc3
> +
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2016-02-02 15:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 15:40 [Buildroot] [PATCH 1/2] package/libndp: bump version to 1.5 Bernd Kuhls
2016-01-30 15:40 ` [Buildroot] [PATCH 2/2] package/libndp: fix musl build Bernd Kuhls
2016-02-02 15:03 ` Arnout Vandecappelle [this message]
2016-02-07 11:29 ` Thomas Petazzoni
2016-01-31 13:17 ` [Buildroot] [PATCH 1/2] package/libndp: bump version to 1.5 Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B0C55A.7090809@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.