From 7b5a4d60db52972d8503f490e3583cba58f29b31 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 16 Jul 2010 12:08:11 +0000 Subject: [PATCH] ortp: fix build failure on avr32 SVN-Revision: 22231 --- libs/ortp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/ortp/Makefile b/libs/ortp/Makefile index 384e52075..5799df2a1 100644 --- a/libs/ortp/Makefile +++ b/libs/ortp/Makefile @@ -30,6 +30,10 @@ define Package/libortp DEPENDS:= +libpthread endef +ifneq ($(CONFIG_avr32),) + TARGET_CFLAGS += -fsigned-char +endif + CONFIGURE_ARGS += \ --disable-debug \ --enable-ipv6 \ -- 2.30.2