From 8bb36131a3db613941c52f02fb83b0f3c5a8cad0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 29 Aug 2016 18:02:45 +0200 Subject: [PATCH] collectd: kill -Werror. --- srcpkgs/collectd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template index 0475425620d..7200d2341fb 100644 --- a/srcpkgs/collectd/template +++ b/srcpkgs/collectd/template @@ -1,7 +1,7 @@ # Template file for 'collectd' pkgname=collectd version=5.5.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing" @@ -27,6 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { + sed -i 's/-Werror//g' configure.ac src/Makefile.am autoreconf -fi }