Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
collectd
> collectd-Werror.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File collectd-Werror.patch of Package collectd (Revision 33)
Currently displaying revision
33
,
show latest
--- configure.orig 2009-05-16 14:00:57.000000000 +0200 +++ configure 2009-05-16 14:01:15.000000000 +0200 @@ -39780,7 +39780,7 @@ 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:$LINENO: checking for broken Perl_load_module()" >&5 --- configure.in.orig 2009-05-16 14:01:03.000000000 +0200 +++ configure.in 2009-05-16 14:01:23.000000000 +0200 @@ -2308,7 +2308,7 @@ 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" AC_CACHE_CHECK([for broken Perl_load_module()], --- src/Makefile.in.orig 2009-05-16 14:03:20.000000000 +0200 +++ src/Makefile.in 2009-05-16 14:03:26.000000000 +0200 @@ -1495,7 +1495,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = libcollectdclient $(am__append_1) $(am__append_2) -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall AM_CPPFLAGS = -DPREFIX='"${prefix}"' \ -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \ -DLOCALSTATEDIR='"${localstatedir}"' \ --- src/Makefile.am.orig 2009-05-16 14:03:17.000000000 +0200 +++ src/Makefile.am 2009-05-16 14:03:37.000000000 +0200 @@ -7,7 +7,7 @@ endif if COMPILER_IS_GCC -AM_CFLAGS = -Wall -Werror +AM_CFLAGS = -Wall endif AM_CPPFLAGS = -DPREFIX='"${prefix}"' --- src/libcollectdclient/Makefile.in.orig 2009-05-16 14:01:43.000000000 +0200 +++ src/libcollectdclient/Makefile.in 2009-05-16 14:01:55.000000000 +0200 @@ -276,7 +276,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign no-dependencies -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall pkginclude_HEADERS = client.h lcc_features.h lib_LTLIBRARIES = libcollectdclient.la nodist_pkgconfig_DATA = libcollectdclient.pc --- src/libcollectdclient/Makefile.am.orig 2009-05-16 14:01:48.000000000 +0200 +++ src/libcollectdclient/Makefile.am 2009-05-16 14:02:02.000000000 +0200 @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies if COMPILER_IS_GCC -AM_CFLAGS = -Wall -Werror +AM_CFLAGS = -Wall endif pkginclude_HEADERS = client.h lcc_features.h --- src/owniptc/Makefile.in.orig 2009-09-27 15:43:50.000000000 +0200 +++ src/owniptc/Makefile.in 2009-09-13 17:23:04.000000000 +0200 @@ -270,7 +270,7 @@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = libiptc.c README.collectd -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall noinst_LTLIBRARIES = libiptc.la libiptc_la_CFLAGS = -I$(KERNEL_DIR)/include libiptc_la_SOURCES = libip4tc.c libip6tc.c \ --- src/owniptc/Makefile.am.orig 2009-09-27 15:43:36.000000000 +0200 +++ src/owniptc/Makefile.am 2009-09-27 15:43:42.000000000 +0200 @@ -3,7 +3,7 @@ EXTRA_DIST = libiptc.c README.collectd if COMPILER_IS_GCC -AM_CFLAGS = -Wall -Werror +AM_CFLAGS = -Wall endif noinst_LTLIBRARIES = libiptc.la