From 7f00c9c8695e736c751094d0491ba6757c865a2a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 22 Jan 2012 16:50:06 +0000 Subject: [PATCH] [packages] collectd: explicitely disable libgcrypt, remove now unneeded rpath flags (#10604) SVN-Revision: 29854 --- utils/collectd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 2d9afd4253..1256dd49d9 100644 --- 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)" \ -- 2.30.2