From: nico Date: Fri, 16 Jul 2010 12:12:02 +0000 (+0000) Subject: [packages] collectd: fix build failure on avr32 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8ffbffa6c03c863c40f6629061790b1acff155ab;p=packages.git [packages] collectd: fix build failure on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@22232 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \