From 8c7997dc911fd72349f4b9e203da3804fbc1afbe Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 16 Jul 2010 12:08:11 +0000 Subject: [PATCH] [packages] ortp: fix build failure on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@22231 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0