freeswitch-stable: update OpenSSL depend 486/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 5 Nov 2019 22:29:38 +0000 (23:29 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 5 Nov 2019 22:29:40 +0000 (23:29 +0100)
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 <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index 9a5862fc172b8f054a13b1ec9259a416a27412d4..f6d0135306a1f50dc5d013bb28aea1b2548baac5 100644 (file)
@@ -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 <sebastian_ml@gmx.net>
 
 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 \