Merge pull request #2854 from stpx/collectd
collectd: enable build_pie; unbreak cross build.
This commit is contained in:
commit
835649d7a9
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'collectd'
|
# Template file for 'collectd'
|
||||||
pkgname=collectd
|
pkgname=collectd
|
||||||
version=5.5.0
|
version=5.5.0
|
||||||
revision=1
|
revision=2
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||||
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
|
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
|
||||||
|
@ -17,6 +18,7 @@ license="GPL-2, MIT"
|
||||||
homepage="http://collectd.org"
|
homepage="http://collectd.org"
|
||||||
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.gz"
|
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5f7cfad5b24ed4f8b113cfb270e0f9e5a9f7c3af10443cb507fd40174a6c9028
|
checksum=5f7cfad5b24ed4f8b113cfb270e0f9e5a9f7c3af10443cb507fd40174a6c9028
|
||||||
|
LDFLAGS="-lgcrypt"
|
||||||
|
|
||||||
build_options="rrdtool perl"
|
build_options="rrdtool perl"
|
||||||
desc_option_rrdtool="Enable support for RRDTool"
|
desc_option_rrdtool="Enable support for RRDTool"
|
||||||
|
|
Loading…
Reference in a new issue