diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-07-22 12:06:55 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-07-22 12:06:55 +0000 |
commit | 4aa06eb4aefb802b1bdeb764a9578ef42bdd318c (patch) | |
tree | c2e0d7b109248c134bd336357aa43c227a0a1eea /main/collectd/APKBUILD | |
parent | 8c7faa01df19eb9a6e83843d0bd958a3d2dab5ea (diff) | |
parent | 2a9fa395a6583f8be0af389b90f82f95c53d45b6 (diff) | |
download | aports-4aa06eb4aefb802b1bdeb764a9578ef42bdd318c.tar.bz2 aports-4aa06eb4aefb802b1bdeb764a9578ef42bdd318c.tar.xz |
Merge git://dev.alpinelinux.org/aports
Diffstat (limited to 'main/collectd/APKBUILD')
-rw-r--r-- | main/collectd/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/collectd/APKBUILD b/main/collectd/APKBUILD index 6d0a512584..438f0e8c0d 100644 --- a/main/collectd/APKBUILD +++ b/main/collectd/APKBUILD @@ -1,8 +1,8 @@ # Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=collectd pkgver=5.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="The system statistics collection daemon" url="http://collectd.org" arch="all" @@ -34,6 +34,7 @@ prepare() { src/Makefile.in || return 1 sed -i -e 's/_LIBADD =/_LIBADD = -lm/' \ src/libcollectdclient/Makefile.in || return 1 + sed -i -e '/CFLAGS/s/-Werror//' configure src/Makefile.in || return 1 } build() { |