mirror of
https://git.openwrt.org/feed/telephony.git
synced 2025-01-08 11:47:32 +08:00
sofia-sip: removed "--disable-stun"
I need stun enabled to compile svd. Signed-off-by: Luca Olivetti <luca@ventoso.org>
This commit is contained in:
parent
d3f320558f
commit
5be34a67d5
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=sofia-sip
|
||||
|
||||
PKG_VERSION:=1.13.17
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/freeswitch/$(PKG_NAME)/tar.gz/v${PKG_VERSION}?
|
||||
@ -60,7 +60,6 @@ licensed under the LGPL.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--disable-stun \
|
||||
--without-doxygen \
|
||||
--without-glib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user