From 8ea6c20cecbb51054aeef110ac3c05daca9fcb08 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 1 Nov 2025 09:30:00 +0100 Subject: [PATCH] package/enscript: Fix build with gcc 15.x Fixes: https://autobuild.buildroot.net/results/7fd/7fdda216e2ec57b9bcc1d2613b6546db35a29749/ Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/enscript/0002-enscript-c23.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/enscript/0002-enscript-c23.patch diff --git a/package/enscript/0002-enscript-c23.patch b/package/enscript/0002-enscript-c23.patch new file mode 100644 index 0000000000..707674935d --- /dev/null +++ b/package/enscript/0002-enscript-c23.patch @@ -0,0 +1,19 @@ +Fix build with gcc 15.x + +Upstream: https://savannah.gnu.org/bugs/?66845 + +Signed-off-by: Bernd Kuhls + +diff --git a/compat/regex.c b/compat/regex.c +index c6907f3..87f2840 100644 +--- a/compat/regex.c ++++ b/compat/regex.c +@@ -336,7 +336,7 @@ typedef char boolean; + #define false 0 + #define true 1 + +-static int re_match_2_internal (); ++static int re_match_2_internal (struct re_pattern_buffer*, const char*, int, const char*, int, int, struct re_registers*, int); + + /* These are the command codes that appear in compiled regular + expressions. Some opcodes are followed by argument bytes. A