[packages] ortp: fix build failure on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22231 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
55b505fb51
commit
8c7997dc91
@ -30,6 +30,10 @@ define Package/libortp
|
|||||||
DEPENDS:= +libpthread
|
DEPENDS:= +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_avr32),)
|
||||||
|
TARGET_CFLAGS += -fsigned-char
|
||||||
|
endif
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user