File: 005-gcc-14.patch

package info (click to toggle)
proxy-suite 1.9.2.4-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,068 kB
  • sloc: ansic: 6,533; sh: 2,968; makefile: 284
file content (16 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-11-06
Bug-Debian: https://bugs.debian.org/1066374
Description: Fix FTBFS with gcc-14

--- a/config.h.in
+++ b/config.h.in
@@ -219,7 +219,7 @@
 #undef RETSIGTYPE
 
 /* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
+#define STDC_HEADERS 1
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME