You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.0 KiB

  1. --- a/src/Makefile.am
  2. +++ b/src/Makefile.am
  3. @@ -7,7 +7,7 @@ SUBDIRS += liboconfig
  4. endif
  5. if COMPILER_IS_GCC
  6. -AM_CFLAGS = -Wall -Werror
  7. +AM_CFLAGS = -Wall
  8. endif
  9. AM_CPPFLAGS = -DPREFIX='"${prefix}"'
  10. --- a/src/Makefile.in
  11. +++ b/src/Makefile.in
  12. @@ -1833,7 +1833,7 @@ top_build_prefix = @top_build_prefix@
  13. top_builddir = @top_builddir@
  14. top_srcdir = @top_srcdir@
  15. SUBDIRS = libcollectdclient $(am__append_1) $(am__append_2)
  16. -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
  17. +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
  18. AM_CPPFLAGS = -DPREFIX='"${prefix}"' \
  19. -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \
  20. -DLOCALSTATEDIR='"${localstatedir}"' \
  21. --- a/src/libcollectdclient/Makefile.am
  22. +++ b/src/libcollectdclient/Makefile.am
  23. @@ -1,7 +1,7 @@
  24. AUTOMAKE_OPTIONS = foreign no-dependencies
  25. if COMPILER_IS_GCC
  26. -AM_CFLAGS = -Wall -Werror
  27. +AM_CFLAGS = -Wall
  28. endif
  29. pkginclude_HEADERS = client.h lcc_features.h
  30. --- a/src/libcollectdclient/Makefile.in
  31. +++ b/src/libcollectdclient/Makefile.in
  32. @@ -327,7 +327,7 @@ top_build_prefix = @top_build_prefix@
  33. top_builddir = @top_builddir@
  34. top_srcdir = @top_srcdir@
  35. AUTOMAKE_OPTIONS = foreign no-dependencies
  36. -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
  37. +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
  38. pkginclude_HEADERS = client.h lcc_features.h
  39. lib_LTLIBRARIES = libcollectdclient.la
  40. nodist_pkgconfig_DATA = libcollectdclient.pc
  41. --- a/src/owniptc/Makefile.am
  42. +++ b/src/owniptc/Makefile.am
  43. @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign no-dependenci
  44. EXTRA_DIST = libiptc.c README.collectd
  45. if COMPILER_IS_GCC
  46. -AM_CFLAGS = -Wall -Werror
  47. +AM_CFLAGS = -Wall
  48. endif
  49. noinst_LTLIBRARIES = libiptc.la
  50. --- a/src/owniptc/Makefile.in
  51. +++ b/src/owniptc/Makefile.in
  52. @@ -296,7 +296,7 @@ top_builddir = @top_builddir@
  53. top_srcdir = @top_srcdir@
  54. AUTOMAKE_OPTIONS = foreign no-dependencies
  55. EXTRA_DIST = libiptc.c README.collectd
  56. -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
  57. +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
  58. noinst_LTLIBRARIES = libiptc.la
  59. libiptc_la_SOURCES = libip4tc.c libip6tc.c \
  60. ipt_kernel_headers.h libip6tc.h libiptc.h linux_list.h \