sofia-sip: removed "--disable-stun" 882/head
authorLuca Olivetti <luca@ventoso.org>
Sun, 18 Aug 2024 20:01:39 +0000 (22:01 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 20:01:39 +0000 (22:01 +0200)
I need stun enabled to compile svd.

Signed-off-by: Luca Olivetti <luca@ventoso.org>
libs/sofia-sip/Makefile

index d9501317c72edcbdde9d81f2f3cb52c2a1c431f1..2601e48bee3e6cdde06e73e60124190b14525158 100644 (file)
@@ -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