collectd: enable build_pie; unbreak cross build.

This commit is contained in:
Steve Prybylski 2015-10-30 19:38:07 -04:00
parent edd8217052
commit c167570d73
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'collectd'
pkgname=collectd
version=5.5.0
revision=1
revision=2
build_pie=yes
build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
@ -17,6 +18,7 @@ license="GPL-2, MIT"
homepage="http://collectd.org"
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.gz"
checksum=5f7cfad5b24ed4f8b113cfb270e0f9e5a9f7c3af10443cb507fd40174a6c9028
LDFLAGS="-lgcrypt"
build_options="rrdtool perl"
desc_option_rrdtool="Enable support for RRDTool"