From: Nicolas Thill Date: Fri, 16 Jul 2010 12:12:02 +0000 (+0000) Subject: [packages] collectd: fix build failure on avr32 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=7e2730d7151cf333559af4818ead193f8a7bd093 [packages] collectd: fix build failure on avr32 SVN-Revision: 22232 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index a7047e22be..763a600213 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -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 \