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