mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
collected: update to 5.5.1.
This commit is contained in:
parent
d2b923d7c3
commit
7f83696191
2 changed files with 4 additions and 26 deletions
|
@ -1,22 +0,0 @@
|
||||||
--- configure.ac.orig 2015-09-16 11:08:07.715932841 -0400
|
|
||||||
+++ configure.ac 2015-09-16 11:08:11.162932736 -0400
|
|
||||||
@@ -49,6 +49,7 @@
|
|
||||||
AC_PROG_YACC
|
|
||||||
PKG_PROG_PKG_CONFIG
|
|
||||||
|
|
||||||
+AC_GNU_SOURCE
|
|
||||||
AC_CHECK_PROG([have_protoc_c], [protoc-c], [yes], [no])
|
|
||||||
AC_CHECK_HEADERS([google/protobuf-c/protobuf-c.h],
|
|
||||||
[have_protobuf_c_h="yes"],
|
|
||||||
|
|
||||||
--- ./src/daemon/Makefile.am.orig 2015-09-16 11:08:07.715932841 -0400
|
|
||||||
+++ ./src/daemon/Makefile.am 2015-09-16 11:08:07.715932841 -0400
|
|
||||||
@@ -49,7 +49,7 @@
|
|
||||||
collectd_CFLAGS = $(AM_CFLAGS)
|
|
||||||
collectd_LDFLAGS = -export-dynamic
|
|
||||||
collectd_LDADD = libavltree.la libcommon.la libheap.la -lm
|
|
||||||
-collectd_DEPENDENCIES =
|
|
||||||
+collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
|
|
||||||
|
|
||||||
# Link to these libraries..
|
|
||||||
if BUILD_WITH_LIBRT
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'collectd'
|
# Template file for 'collectd'
|
||||||
pkgname=collectd
|
pkgname=collectd
|
||||||
version=5.5.0
|
version=5.5.1
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2, MIT"
|
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=4dba51d6243ff77858fff1ffbefe6f6528681ff219051f122aa2727e26271079
|
||||||
LDFLAGS="-lgcrypt"
|
LDFLAGS="-lgcrypt"
|
||||||
|
|
||||||
build_options="rrdtool perl"
|
build_options="rrdtool perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue