Skip to content

Commit

Permalink
sofia-sip: removed "--disable-stun"
Browse files Browse the repository at this point in the history
I need stun enabled to compile svd. 

Signed-off-by: Luca Olivetti <[email protected]>
  • Loading branch information
olivluca authored Aug 18, 2024
1 parent d3f3205 commit 5be34a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/sofia-sip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}?
Expand Down Expand Up @@ -60,7 +60,6 @@ licensed under the LGPL.
endef

CONFIGURE_ARGS+= \
--disable-stun \
--without-doxygen \
--without-glib

Expand Down

0 comments on commit 5be34a6

Please sign in to comment.