summaryrefslogtreecommitdiffstats
path: root/rules/rrdtool.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-06 16:36:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:51 +0200
commit845489bdb5b21268beca5438bb55cc8060f8f6bc (patch)
tree89624bb40c73a34f5cfb5dd744ac47c775e541fa /rules/rrdtool.make
parent2476ea3fbc98394d88b283f303b297fe53e31713 (diff)
downloadptxdist-845489bdb5b21268beca5438bb55cc8060f8f6bc.tar.gz
ptxdist-845489bdb5b21268beca5438bb55cc8060f8f6bc.tar.xz
rrdtool: version bump 1.6.0 -> 1.7.0
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rrdtool.make')
-rw-r--r--rules/rrdtool.make8
1 files changed, 6 insertions, 2 deletions
diff --git a/rules/rrdtool.make b/rules/rrdtool.make
index 59e0f6b14..4f5024c9f 100644
--- a/rules/rrdtool.make
+++ b/rules/rrdtool.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_RRDTOOL) += rrdtool
#
# Paths and names
#
-RRDTOOL_VERSION := 1.6.0
-RRDTOOL_MD5 := 4ff52cc44b935b02d2742e6875094da5
+RRDTOOL_VERSION := 1.7.0
+RRDTOOL_MD5 := 2f37eeb613bed11077470c9e2057010e
RRDTOOL := rrdtool-$(RRDTOOL_VERSION)
RRDTOOL_SUFFIX := tar.gz
RRDTOOL_URL := http://oss.oetiker.ch/rrdtool/pub/$(RRDTOOL).$(RRDTOOL_SUFFIX)
@@ -40,6 +40,7 @@ RRDTOOL_CONF_ENV := \
RRDTOOL_CONF_TOOL := autoconf
RRDTOOL_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --runstatedir=/run \
--disable-docs \
--disable-examples \
--$(call ptx/endis, PTXCONF_RRDTOOL_RRDCACHED)-rrdcached \
@@ -62,6 +63,9 @@ RRDTOOL_CONF_OPT := \
--disable-python \
--without-libiconv-prefix \
--without-libintl-prefix \
+ --without-perl-options \
+ --without-ruby-options \
+ --without-tcllib \
--with-systemdsystemunitdir=/usr/lib/systemd/system
ifneq ($(call remove_quotes,$(PTXCONF_RRDTOOL_DEFAULT_FONT)),)