From: jow Date: Sun, 22 Jan 2012 16:50:06 +0000 (+0000) Subject: [packages] collectd: explicitely disable libgcrypt, remove now unneeded rpath flags... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=836710ade7f41356a13b4fa3ee11e580291f52c7;p=packages.git [packages] collectd: explicitely disable libgcrypt, remove now unneeded rpath flags (#10604) git-svn-id: svn://svn.openwrt.org/openwrt/packages@29854 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 2d9afd425..1256dd49d 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)" \