projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb527e3
)
[packages] collectd: explicitely disable libgcrypt, remove now unneeded rpath flags...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 22 Jan 2012 16:50:06 +0000
(16:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 22 Jan 2012 16:50:06 +0000
(16:50 +0000)
SVN-Revision: 29854
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 2d9afd4253a6b59f5488a2389b0cf014897e9a22..1256dd49d9e5f97788d67c3644f48d1d45686061 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-141,8
+141,6
@@
define Package/collectd/description
and provides mechanismns to store the values in a variety of ways.
endef
-TARGET_CFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
-
ifneq ($(CONFIG_avr32),)
TARGET_CFLAGS += -fsigned-char
endif
@@
-153,6
+151,7
@@
CONFIGURE_ARGS+= \
--enable-daemon \
--enable-getifaddrs \
--with-nan-emulation \
+ --without-libgcrypt
CONFIGURE_VARS+= \
CFLAGS="$$$$CFLAGS $(FPIC)" \