]> git.pld-linux.org Git - packages/collectd.git/blob - no-Werror.patch
- release 8 (by relup.sh)
[packages/collectd.git] / no-Werror.patch
1 --- collectd-5.4.1/configure.ac~        2014-01-26 09:09:23.000000000 +0100
2 +++ collectd-5.4.1/configure.ac 2014-10-04 22:35:37.727704935 +0200
3 @@ -589,7 +589,7 @@
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  
11  AC_CACHE_CHECK([for strtok_r],
12 @@ -718,7 +718,7 @@
13  if test "x$GCC" = "xyes"
14  then
15         SAVE_CFLAGS="$CFLAGS"
16 -       CFLAGS="$CFLAGS -Wall -Wextra -Werror"
17 +       CFLAGS="$CFLAGS -Wall -Wextra"
18  fi
19  
20  AC_CHECK_FUNCS(strptime, [have_strptime="yes"], [have_strptime="no"])
21 @@ -3205,7 +3205,7 @@
22         SAVE_LDFLAGS="$LDFLAGS"
23         # trigger an error if Perl_load_module*() uses __attribute__nonnull__(3)
24         # (see issues #41 and #42)
25 -       CFLAGS="$CFLAGS $PERL_CFLAGS -Wall -Werror"
26 +       CFLAGS="$CFLAGS $PERL_CFLAGS -Wall"
27         LIBS="$LIBS $PERL_LIBS"
28  
29         AC_CACHE_CHECK([for broken Perl_load_module()],
30 --- collectd-5.4.1/src/Makefile.am~     2014-10-04 22:34:10.000000000 +0200
31 +++ collectd-5.4.1/src/Makefile.am      2014-10-04 22:36:06.087706122 +0200
32 @@ -4,7 +4,7 @@
33  endif
34  
35  if COMPILER_IS_GCC
36 -AM_CFLAGS = -Wall -Werror
37 +AM_CFLAGS = -Wall
38  endif
39  
40  AM_CPPFLAGS = -DPREFIX='"${prefix}"'
41 --- collectd-5.4.1/src/libcollectdclient/Makefile.am~   2014-01-26 09:09:14.000000000 +0100
42 +++ collectd-5.4.1/src/libcollectdclient/Makefile.am    2014-10-04 22:36:28.911040409 +0200
43 @@ -1,7 +1,7 @@
44  AUTOMAKE_OPTIONS = foreign no-dependencies
45  
46  if COMPILER_IS_GCC
47 -AM_CFLAGS = -Wall -Werror
48 +AM_CFLAGS = -Wall
49  endif
50  
51  pkginclude_HEADERS = collectd/client.h collectd/network.h collectd/network_buffer.h collectd/lcc_features.h
This page took 0.050666 seconds and 3 git commands to generate.