mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCHv3 05/10] rrdtool: install multithreaded library
Date: Mon,  2 Feb 2015 12:49:59 +0100	[thread overview]
Message-ID: <1422877804-31082-5-git-send-email-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <1422877804-31082-1-git-send-email-r.schwebel@pengutronix.de>

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>
---
Changes since v2:
* none
Changes since v1:
* none

 rules/rrdtool.make | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rules/rrdtool.make b/rules/rrdtool.make
index ce7bc24..7d598bc 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)
 
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2015-02-02 11:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 11:49 [ptxdist] [PATCHv3 01/10] rrdtool: version bump 1.4.7 -> 1.4.9 Robert Schwebel
2015-02-02 11:49 ` [ptxdist] [PATCHv3 02/10] rrdtool: audit configure options Robert Schwebel
2015-02-02 11:49 ` [ptxdist] [PATCHv3 03/10] rrdtool: fix libxml2 handling Robert Schwebel
2015-02-02 11:49 ` [ptxdist] [PATCHv3 04/10] rrdtool: make graph functionality optional Robert Schwebel
2015-02-02 11:49 ` Robert Schwebel [this message]
2015-02-02 11:50 ` [ptxdist] [PATCHv3 06/10] collectd: add base functionality Robert Schwebel
2015-02-04 13:21   ` Michael Olbrich
2015-02-02 11:50 ` [ptxdist] [PATCHv3 07/10] collectd: add support for rrdtool plugin Robert Schwebel
2015-02-02 11:50 ` [ptxdist] [PATCHv3 08/10] collectd: add support for syslog plugin Robert Schwebel
2015-02-02 11:50 ` [ptxdist] [PATCHv3 09/10] collectd: add support for cpu plugin Robert Schwebel
2015-02-02 11:50 ` [ptxdist] [PATCHv3 10/10] collectd: add support for logfile plugin Robert Schwebel
2015-02-04 13:48 ` [ptxdist] [PATCHv3 01/10] rrdtool: version bump 1.4.7 -> 1.4.9 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422877804-31082-5-git-send-email-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox