From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Mon, 2 Feb 2015 12:49:59 +0100 Message-Id: <1422877804-31082-5-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1422877804-31082-1-git-send-email-r.schwebel@pengutronix.de> References: <1422877804-31082-1-git-send-email-r.schwebel@pengutronix.de> Subject: [ptxdist] [PATCHv3 05/10] rrdtool: install multithreaded library Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Robert Schwebel 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 --- 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