diff options
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r-- | community/collectd/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 07b3708d9..ec2720150 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.3.0 pkgrel=1 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' @@ -52,6 +52,7 @@ options=('!libtool') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../libperl.patch autoconf sed 's/-Werror//g' -i src/Makefile.in |