[packages] collectd: fix build failure on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8c7997dc91
commit
8ffbffa6c0
@ -135,6 +135,10 @@ define Package/collectd/description
|
||||
and provides mechanismns to store the values in a variety of ways.
|
||||
endef
|
||||
|
||||
ifneq ($(CONFIG_avr32),)
|
||||
TARGET_CFLAGS += -fsigned-char
|
||||
endif
|
||||
|
||||
# common configure args
|
||||
CONFIGURE_ARGS+= \
|
||||
--disable-debug \
|
||||
|
Loading…
x
Reference in New Issue
Block a user