summaryrefslogtreecommitdiffstats
path: root/rules/rrdtool.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-02-02 12:49:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-04 10:21:24 +0100
commit9b94b31399d9d20729a466220bae9252e1cf6776 (patch)
tree7cdbb4bba9e551c356d848174a4b3447ddab265c /rules/rrdtool.make
parent99de59708682768b9a700410574b500f1f5b07cd (diff)
downloadptxdist-9b94b31399d9d20729a466220bae9252e1cf6776.tar.gz
ptxdist-9b94b31399d9d20729a466220bae9252e1cf6776.tar.xz
rrdtool: install multithreaded library
This was previously only installed for rrdcached, but this is wrong. rrdcached needs the lib, but other tools that use librrd_th might also need it (i.e. collectd). The library is small, so we install it unconditionally. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rrdtool.make')
-rw-r--r--rules/rrdtool.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/rrdtool.make b/rules/rrdtool.make
index ce7bc2434..7d598bcbe 100644
--- a/rules/rrdtool.make
+++ b/rules/rrdtool.make
@@ -88,9 +88,7 @@ ifdef PTXCONF_RRDTOOL_RRDUPDATE
endif
@$(call install_lib, rrdtool, 0, 0, 0644, librrd)
-ifdef PTXCONF_RRDTOOL_RRDCACHED
@$(call install_lib, rrdtool, 0, 0, 0644, librrd_th)
-endif
@$(call install_finish, rrdtool)