From b1a65d112905d78d45896874986f20b2c36bfc34 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 23 Sep 2008 16:47:36 +0000 Subject: [PATCH] collectd: Work around linkage problems with conflicting librrd versions SVN-Revision: 12669 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index b88db4ead..46fe3b1b9 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -300,8 +300,8 @@ endif # exception: mod-rrdtool(1) needs rrdtool ifneq ($(CONFIG_PACKAGE_collectd-mod-rrdtool1),) - PKG_CONFIGURE_OPTS += --enable-rrdtool PKG_CONFIGURE_OPTS += --with-rrdtool=$(wildcard $(BUILD_DIR)/rrdtool-1.0.*) + TARGET_LDFLAGS := -L$(wildcard $(BUILD_DIR)/rrdtool-1.0.*)/src/.libs $(TARGET_LDFLAGS) endif -- 2.30.2