patch-configure 942 B

1234567891011121314151617181920212223242526272829
  1. --- collectd-5.4.1.orig/configure 2014-01-26 09:10:00.000000000 +0100
  2. +++ collectd-5.4.1/configure 2014-04-10 16:56:47.000000000 +0200
  3. @@ -16812,7 +16812,7 @@ SAVE_CFLAGS="$CFLAGS"
  4. # Emulate behavior of src/Makefile.am
  5. if test "x$GCC" = "xyes"
  6. then
  7. - CFLAGS="$CFLAGS -Wall -Werror"
  8. + CFLAGS="$CFLAGS -Wall"
  9. fi
  10. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtok_r" >&5
  11. @@ -17388,7 +17388,7 @@ done
  12. if test "x$GCC" = "xyes"
  13. then
  14. SAVE_CFLAGS="$CFLAGS"
  15. - CFLAGS="$CFLAGS -Wall -Wextra -Werror"
  16. + CFLAGS="$CFLAGS -Wall -Wextra"
  17. fi
  18. for ac_func in strptime
  19. @@ -23057,7 +23057,7 @@ then
  20. SAVE_LDFLAGS="$LDFLAGS"
  21. # trigger an error if Perl_load_module*() uses __attribute__nonnull__(3)
  22. # (see issues #41 and #42)
  23. - CFLAGS="$CFLAGS $PERL_CFLAGS -Wall -Werror"
  24. + CFLAGS="$CFLAGS $PERL_CFLAGS -Wall"
  25. LDFLAGS="$LDFLAGS $PERL_LDFLAGS"
  26. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken Perl_load_module()" >&5