diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-11 14:48:05 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-11 14:48:05 +0200 |
commit | 0fea53b55014eda6788514f9e1d3cebdc98317be (patch) | |
tree | a1dfc7666c62d9b6ab2e8b95ecc7450d40583461 /main/logrotate | |
parent | 85f6097bdb3385105d5b9a5fcc707a74eab43ee3 (diff) | |
download | aports-0fea53b55014eda6788514f9e1d3cebdc98317be.tar.bz2 aports-0fea53b55014eda6788514f9e1d3cebdc98317be.tar.xz |
main/logrotate: add missing patch
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 |