diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-04 13:19:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-04 13:20:25 +0100 |
commit | 8e755e572f19b81006634246be2884cb33196678 (patch) | |
tree | 26b080feb1ae9d54bcbc020d265fdb4b16423798 /package/collectd/patches/patch-configure | |
parent | 7dff800b02cb953191c9c77fa6609247fa4bfd9b (diff) |
collectd: update to latest stable version
Diffstat (limited to 'package/collectd/patches/patch-configure')
-rw-r--r-- | package/collectd/patches/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/collectd/patches/patch-configure b/package/collectd/patches/patch-configure deleted file mode 100644 index 41e8e65c7..000000000 --- a/package/collectd/patches/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- collectd-5.4.1.orig/configure 2014-01-26 09:10:00.000000000 +0100 -+++ collectd-5.4.1/configure 2014-04-10 16:56:47.000000000 +0200 -@@ -16812,7 +16812,7 @@ SAVE_CFLAGS="$CFLAGS" - # Emulate behavior of src/Makefile.am - if test "x$GCC" = "xyes" - then -- CFLAGS="$CFLAGS -Wall -Werror" -+ CFLAGS="$CFLAGS -Wall" - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtok_r" >&5 -@@ -17388,7 +17388,7 @@ done - if test "x$GCC" = "xyes" - then - SAVE_CFLAGS="$CFLAGS" -- CFLAGS="$CFLAGS -Wall -Wextra -Werror" -+ CFLAGS="$CFLAGS -Wall -Wextra" - fi - - for ac_func in strptime -@@ -23057,7 +23057,7 @@ then - SAVE_LDFLAGS="$LDFLAGS" - # trigger an error if Perl_load_module*() uses __attribute__nonnull__(3) - # (see issues #41 and #42) -- CFLAGS="$CFLAGS $PERL_CFLAGS -Wall -Werror" -+ CFLAGS="$CFLAGS $PERL_CFLAGS -Wall" - LDFLAGS="$LDFLAGS $PERL_LDFLAGS" - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken Perl_load_module()" >&5 |