From: Arnout Vandecappelle via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Arnout Vandecappelle <arnout@rnout.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/open-lldp: fix musl build with gcc-14.x
Date: Wed, 7 Jan 2026 18:48:55 +0100 [thread overview]
Message-ID: <20260107174855.224664-1-arnout@rnout.be> (raw)
In-Reply-To: <20251214171531.1496512-1-bernd@kuhls.net>
In reply of:
> Fixes:
> https://autobuild.buildroot.net/results/0f8/0f88cbe9152ab816b4ae17e1d84e8257f458eb4a/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> ...string.h-for-mem-function-prototypes.patch | 26 +++++++++++++++++++
> 1 file changed, 26 insertions(+)
> create mode 100644 package/open-lldp/0001-clif-Include-string.h-for-mem-function-prototypes.patch
>
> diff --git a/package/open-lldp/0001-clif-Include-string.h-for-mem-function-prototypes.patch b/package/open-lldp/0001-clif-Include-string.h-for-mem-function-prototypes.patch
> new file mode 100644
> index 0000000000..de67131c58
> --- /dev/null
> +++ b/package/open-lldp/0001-clif-Include-string.h-for-mem-function-prototypes.patch
> @@ -0,0 +1,26 @@
> +From f9d0099ac7d9041447cce4d3edd9577b4b52c09c Mon Sep 17 00:00:00 2001
> +From: Khem Raj <raj.khem@gmail.com>
> +Date: Mon, 29 Aug 2022 22:37:14 -0700
> +Subject: [PATCH] clif: Include string.h for mem* function prototypes
> +
> +Signed-off-by: Khem Raj <raj.khem@gmail.com>
> +
> +Upstream: https://github.com/intel/openlldp/commit/f9d0099ac7d9041447cce4d3edd9577b4b52c09c
> +
> +Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> +---
> + clif.c | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/clif.c b/clif.c
> +index cad6f75..0758a7e 100644
> +--- a/clif.c
> ++++ b/clif.c
> +@@ -32,6 +32,7 @@
> +
> + #include <stdlib.h>
> + #include <stdio.h>
> ++#include <string.h>
> + #include <unistd.h>
> + #include <sys/types.h>
> + #include <sys/socket.h>
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-01-07 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-14 17:15 [Buildroot] [PATCH 1/2] package/open-lldp: fix musl build with gcc-14.x Bernd Kuhls
2025-12-14 17:15 ` [Buildroot] [PATCH 2/2] package/open-lldp: bump version to 1.1.1 Bernd Kuhls
2025-12-27 15:18 ` Thomas Petazzoni via buildroot
2025-12-27 15:18 ` [Buildroot] [PATCH 1/2] package/open-lldp: fix musl build with gcc-14.x Thomas Petazzoni via buildroot
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot [this message]
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=20260107174855.224664-1-arnout@rnout.be \
--to=buildroot@buildroot.org \
--cc=arnout@rnout.be \
--cc=bernd@kuhls.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox