Merge pull request #258 from micmac1/libosip2-master
libosip2: fix build with ARC toolchain
This commit is contained in:
commit
a28fa5904d
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ define Package/libosip2/description
|
||||||
GNU oSIP library, a Session Initiation Protocol (SIP) implementation.
|
GNU oSIP library, a Session Initiation Protocol (SIP) implementation.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
# toolchain __arc__ define conflicts with libosip2 source
|
||||||
|
TARGET_CFLAGS += $(FPIC) $(if $(CONFIG_arc),-U__arc__)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
Loading…
Reference in a new issue