[packages] ortp: fix build failure on avr32
[openwrt/svn-archive/archive.git] / libs / ortp / Makefile
index 384e5207507724c7ba639f01fb94d571110107c5..5799df2a1b6f053582ce7fb7bb92cdee1e6844a3 100644 (file)
@@ -30,6 +30,10 @@ define Package/libortp
   DEPENDS:= +libpthread
 endef
 
+ifneq ($(CONFIG_avr32),)
+  TARGET_CFLAGS += -fsigned-char
+endif
+
 CONFIGURE_ARGS += \
        --disable-debug \
        --enable-ipv6 \