From e1b0371bcc2140fc5359c9cec0cdb1ed1d9f2a1e Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 5 Nov 2019 23:29:38 +0100 Subject: [PATCH] freeswitch-stable: update OpenSSL depend FS supports OpenSSL 1.1 but still relies on some of its deprecated symbols. This commit updates the package's depends to reflect that. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 9a5862f..f6d0135 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PRG_NAME:=freeswitch PKG_NAME:=$(PRG_NAME)-stable PKG_VERSION:=1.10.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz @@ -372,6 +372,7 @@ $(call Package/$(PKG_NAME)/Default) MENU:=1 USERID:=$(PRG_NAME)=372:$(PRG_NAME)=372 DEPENDS:= \ + +@OPENSSL_WITH_DEPRECATED \ $(CXX_DEPENDS) \ $(ICONV_DEPENDS) \ +FS_STABLE_WITH_FREETYPE:libfreetype \ -- 2.30.2