summaryrefslogtreecommitdiff
path: root/package/collectd/patches/patch-src_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-04 13:19:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-04 13:20:25 +0100
commit8e755e572f19b81006634246be2884cb33196678 (patch)
tree26b080feb1ae9d54bcbc020d265fdb4b16423798 /package/collectd/patches/patch-src_Makefile_in
parent7dff800b02cb953191c9c77fa6609247fa4bfd9b (diff)
collectd: update to latest stable version
Diffstat (limited to 'package/collectd/patches/patch-src_Makefile_in')
-rw-r--r--package/collectd/patches/patch-src_Makefile_in12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/collectd/patches/patch-src_Makefile_in b/package/collectd/patches/patch-src_Makefile_in
index e35859cfb..2099d922e 100644
--- a/package/collectd/patches/patch-src_Makefile_in
+++ b/package/collectd/patches/patch-src_Makefile_in
@@ -1,11 +1,11 @@
---- collectd-5.4.1.orig/src/Makefile.in 2014-01-26 09:09:56.000000000 +0100
-+++ collectd-5.4.1/src/Makefile.in 2014-04-10 19:13:47.000000000 +0200
-@@ -2235,7 +2235,7 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
+--- collectd-5.5.0.orig/src/Makefile.in 2015-05-27 09:51:49.001922959 +0200
++++ collectd-5.5.0/src/Makefile.in 2016-03-04 09:23:11.420569584 +0100
+@@ -2430,7 +2430,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
- SUBDIRS = libcollectdclient $(am__append_1)
+ SUBDIRS = libcollectdclient $(am__append_1) daemon
+ PLUGIN_LDFLAGS = -module -avoid-version -export-symbols-regex '\<module_register\>'
-@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
+@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
- AM_CPPFLAGS = -DPREFIX='"${prefix}"' \
+ AM_CPPFLAGS = -I$(srcdir)/daemon -DPREFIX='"${prefix}"' \
-DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \
-DLOCALSTATEDIR='"${localstatedir}"' \