[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
This commit is contained in:
parent
bb36a7ae69
commit
836710ade7
@ -141,8 +141,6 @@ define Package/collectd/description
|
|||||||
and provides mechanismns to store the values in a variety of ways.
|
and provides mechanismns to store the values in a variety of ways.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_avr32),)
|
ifneq ($(CONFIG_avr32),)
|
||||||
TARGET_CFLAGS += -fsigned-char
|
TARGET_CFLAGS += -fsigned-char
|
||||||
endif
|
endif
|
||||||
@ -153,6 +151,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--enable-getifaddrs \
|
--enable-getifaddrs \
|
||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
|
--without-libgcrypt
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
CFLAGS="$$$$CFLAGS $(FPIC)" \
|
CFLAGS="$$$$CFLAGS $(FPIC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user