From 7fdb51bfc13218756f345755b4f860295ea6c6af Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 16 Jul 2010 12:12:02 +0000 Subject: [PATCH] collectd: fix build failure on avr32 SVN-Revision: 22232 --- utils/collectd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index a7047e22b..763a60021 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 \ -- 2.30.2