You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
675 B

Index: Makefile.in
--- Makefile.in.orig 2025-04-30 23:03:29.757322000 +0200
+++ Makefile.in 2025-04-30 23:03:47.315848000 +0200
@@ -19,7 +19,7 @@
CC = @CC@
DEFS = @DEFS@ -DPREFIX=\"${prefix}\" -DSYSCONFDIR=\"${etcdir}\"
-CFLAGS = @CFLAGS@ $(DEFS) -I@srcdir@ -I.
+CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEFS) -I@srcdir@ -I.
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
EXE = @EXEEXT@
Index: log.c
--- log.c.orig 2025-04-30 01:11:07.000000000 +0200
+++ log.c 2025-04-30 23:03:29.757454000 +0200
@@ -37,6 +37,7 @@
#endif
#include <sys/types.h>
#include <unistd.h>
+#include <limits.h>
verbose_t Verbose = warnings;
int Log = STDERR_FILENO, ErrorOccurred = 0, ErrorsFatal = 0;