From 5be34a67d5c69666bd9b7967066c8d1dabda2681 Mon Sep 17 00:00:00 2001 From: Luca Olivetti Date: Sun, 18 Aug 2024 22:01:39 +0200 Subject: [PATCH] sofia-sip: removed "--disable-stun" I need stun enabled to compile svd. Signed-off-by: Luca Olivetti --- libs/sofia-sip/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/sofia-sip/Makefile b/libs/sofia-sip/Makefile index d950131..2601e48 100644 --- a/libs/sofia-sip/Makefile +++ b/libs/sofia-sip/Makefile @@ -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 -- 2.30.2