* [Buildroot] [PATCH] package/enscript: fix gcc 14.x compile issue
@ 2024-08-27 3:55 Waldemar Brodkorb
2024-08-27 16:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-08-27 3:55 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.org/results/eb5/eb53b42db0d4bcaf574380d5a89a096cc4ce4b14
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
...ible-implicit-declaration-of-built-i.patch | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 package/enscript/0001-Solving-incompatible-implicit-declaration-of-built-i.patch
diff --git a/package/enscript/0001-Solving-incompatible-implicit-declaration-of-built-i.patch b/package/enscript/0001-Solving-incompatible-implicit-declaration-of-built-i.patch
new file mode 100644
index 0000000000..ae950c331a
--- /dev/null
+++ b/package/enscript/0001-Solving-incompatible-implicit-declaration-of-built-i.patch
@@ -0,0 +1,29 @@
+From 300ecf85a8fe166a39f9dd818945c7b8a970db39 Mon Sep 17 00:00:00 2001
+From: Wim Stockman <wim@thinkerwim.org>
+Date: Mon, 12 Feb 2024 22:52:50 +0100
+Subject: [PATCH] Solving incompatible implicit declaration of built-in
+ function 'strlen'
+
+Signed-off-by: Wim Stockman <wim@thinkerwim.org>
+Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
+Upstream: https://git.savannah.gnu.org/cgit/enscript.git/commit/?id=300ecf85a8fe166a39f9dd818945c7b8a970db39
+---
+ compat/getopt.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/compat/getopt.c b/compat/getopt.c
+index 752f28a..19f50e1 100644
+--- a/compat/getopt.c
++++ b/compat/getopt.c
+@@ -34,6 +34,8 @@
+ #include <config.h>
+ #endif
+
++#include <string.h>
++
+ #if !defined (__STDC__) || !__STDC__
+ /* This is a separate conditional since some stdc systems
+ reject `defined (const)'. */
+--
+2.39.2
+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/enscript: fix gcc 14.x compile issue
2024-08-27 3:55 [Buildroot] [PATCH] package/enscript: fix gcc 14.x compile issue Waldemar Brodkorb
@ 2024-08-27 16:27 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-27 16:27 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: buildroot
On Tue, 27 Aug 2024 05:55:51 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:
> Fixes:
>
> http://autobuild.buildroot.org/results/eb5/eb53b42db0d4bcaf574380d5a89a096cc4ce4b14
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> ...ible-implicit-declaration-of-built-i.patch | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
> create mode 100644 package/enscript/0001-Solving-incompatible-implicit-declaration-of-built-i.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-27 16:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 3:55 [Buildroot] [PATCH] package/enscript: fix gcc 14.x compile issue Waldemar Brodkorb
2024-08-27 16:27 ` Thomas Petazzoni via buildroot
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.