All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xvkbd: Fix build with gcc-14
@ 2025-12-07 13:00 Bernd Kuhls
  2025-12-28 13:46 ` Thomas Petazzoni via buildroot
  2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2025-12-07 13:00 UTC (permalink / raw)
  To: buildroot

Fixes:
https://autobuild.buildroot.net/results/86f/86f2ba051e864375bda620dd92e01cb7b8532ac3/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/xvkbd/0001-gcc-14.patch | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 package/xvkbd/0001-gcc-14.patch

diff --git a/package/xvkbd/0001-gcc-14.patch b/package/xvkbd/0001-gcc-14.patch
new file mode 100644
index 0000000000..6ecce1327e
--- /dev/null
+++ b/package/xvkbd/0001-gcc-14.patch
@@ -0,0 +1,19 @@
+Fix build with gcc-14
+
+Upstream: https://sources.debian.org/src/xvkbd/4.1-3/debian/patches/gcc-14
+
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
+---
+ xvkbd.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/xvkbd.c
++++ b/xvkbd.c
+@@ -15,6 +15,7 @@
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  * See the GNU General Public License for more details.
+  */
++#define _CONST_X_STRING
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-07 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 13:00 [Buildroot] [PATCH 1/1] package/xvkbd: Fix build with gcc-14 Bernd Kuhls
2025-12-28 13:46 ` Thomas Petazzoni via buildroot
2026-01-07 17:48 ` Arnout Vandecappelle 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.