diff options
author | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
commit | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch) | |
tree | adc6bcfb43847a9615413defa99b7a0946d22565 /community/collectd | |
parent | b8012183bbaae70ce4a714c618a967e85df9f521 (diff) |
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'community/collectd')
-rw-r--r-- | community/collectd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/collectd/libperl.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index da196a7eb..6dc54a8db 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56935 2011-10-17 07:29:09Z bisson $ +# $Id: PKGBUILD 61911 2012-01-10 16:09:29Z foutrelis $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Gerhard Brauer <gerhard.brauer@web.de> pkgname=collectd pkgver=5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' arch=('i686' 'x86_64') url='http://collectd.org/' @@ -45,7 +45,7 @@ source=("${url}files/${pkgname}-${pkgver}.tar.gz" 'libperl.patch' 'rc.d') sha1sums=('ec1bf97d21a27d9b53b20f7dc4fb61441b4e42e0' - 'b221352447b2d42cade4a65ced322bcff8a40366' + 'b17793f0e7e2c94079257349a1bac7ba8d94e4a3' '0f441718d5519cb043b1130e5a1d0379078adbcc') install=install diff --git a/community/collectd/libperl.patch b/community/collectd/libperl.patch index d6184f29d..7a9ad9fc0 100644 --- a/community/collectd/libperl.patch +++ b/community/collectd/libperl.patch @@ -11,7 +11,7 @@ diff -aur old/configure.in new/configure.in PERL_LDFLAGS=`ARCHFLAGS="" $perl_interpreter -MExtUtils::Embed -e ldopts` CFLAGS="$CFLAGS $PERL_CFLAGS" LDFLAGS="$LDFLAGS $PERL_LDFLAGS" -+ LIBS="$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl" ++ LIBS="$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl $PERL_LDFLAGS" AC_CACHE_CHECK([for libperl], [c_cv_have_libperl], |