diff options
Diffstat (limited to 'main/logrotate')
-rw-r--r-- | main/logrotate/no-werror.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/logrotate/no-werror.patch b/main/logrotate/no-werror.patch new file mode 100644 index 0000000000..30c0a63eb9 --- /dev/null +++ b/main/logrotate/no-werror.patch @@ -0,0 +1,8 @@ +--- ./Makefile.am.orig ++++ ./Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS = -Wall -Werror ++AM_CFLAGS = -Wall + sbin_PROGRAMS = logrotate + logrotate_SOURCES = basenames.c config.c log.c logrotate.c \ + basenames.h config.h log.h logrotate.h queue.h |