summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logrotate/files/logrotate-3.8.9-Werror.patch')
-rw-r--r--app-admin/logrotate/files/logrotate-3.8.9-Werror.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/logrotate/files/logrotate-3.8.9-Werror.patch b/app-admin/logrotate/files/logrotate-3.8.9-Werror.patch
new file mode 100644
index 000000000000..53570e1124a9
--- /dev/null
+++ b/app-admin/logrotate/files/logrotate-3.8.9-Werror.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/Makefile.am b/Makefile.am
+--- a/Makefile.am 2015-02-13 07:11:21.000000000 +0100
++++ b/Makefile.am 2015-03-01 11:19:47.279999912 +0100
+@@ -1,7 +1,7 @@
+ MAN = logrotate.8
+ MAN5 = logrotate.conf.5
+
+-AM_CFLAGS = -Wall -Werror
++AM_CFLAGS = -Wall
+ sbin_PROGRAMS = logrotate
+ logrotate_SOURCES = logrotate.c log.c config.c basenames.c
+