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 \