projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a159f0b
)
collectd: Work around linkage problems with conflicting librrd versions
author
Steven Barth
<cyrus@openwrt.org>
Tue, 23 Sep 2008 16:47:36 +0000
(16:47 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Tue, 23 Sep 2008 16:47:36 +0000
(16:47 +0000)
SVN-Revision: 12669
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index b88db4ead2190cd3969c658f7b3dff3bfc75c025..46fe3b1b9764ba3aa02662e0bed36fdc64ba391a 100644
(file)
--- 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