diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 20:24:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 20:24:46 +0200 |
commit | bafc768ee47beb78d1173c7749957eb578062ff1 (patch) | |
tree | 74b11816d36d14c28bfb7ab9fbd1989bf1442ed0 /package/collectd/patches/patch-src_Makefile_in | |
parent | 511d71aa420ead041915f2d50ec901201d6a91f4 (diff) |
update to latest
Diffstat (limited to 'package/collectd/patches/patch-src_Makefile_in')
-rw-r--r-- | package/collectd/patches/patch-src_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/collectd/patches/patch-src_Makefile_in b/package/collectd/patches/patch-src_Makefile_in new file mode 100644 index 000000000..e35859cfb --- /dev/null +++ b/package/collectd/patches/patch-src_Makefile_in @@ -0,0 +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@ + top_srcdir = @top_srcdir@ + SUBDIRS = libcollectdclient $(am__append_1) +-@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}"' \ |