Skip to content
Snippets Groups Projects
Verified Commit 9a4424ac authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: telephony: upstream dropped asterisk 15

parent 5f0fbb5d
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 6f91fd42cfac7e9583d99047cf8a8ba7c35ce0b6 Mon Sep 17 00:00:00 2001
From 8b7850a187064b57bdfdbaa750da404798522109 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <josef.schlehofer@nic.cz>
Date: Wed, 27 Mar 2019 02:12:12 +0100
Subject: [PATCH] asterisk{13,15,16}: add liburiparser as dependency
Subject: [PATCH] asterisk{13,16}: add liburiparser as dependency
---
net/asterisk-13.x/Makefile | 2 +-
net/asterisk-15.x/Makefile | 2 +-
net/asterisk-16.x/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile
index eee6de0..8faafb1 100644
......@@ -22,19 +21,6 @@ index eee6de0..8faafb1 100644
endef
define Package/asterisk13/description
diff --git a/net/asterisk-15.x/Makefile b/net/asterisk-15.x/Makefile
index af7135a..2c643f6 100644
--- a/net/asterisk-15.x/Makefile
+++ b/net/asterisk-15.x/Makefile
@@ -431,7 +431,7 @@ define Package/asterisk15
$(call Package/asterisk15/Default)
TITLE:=Complete open source PBX, v$(PKG_VERSION)
MENU:=1
- DEPENDS:=$(CXX_DEPENDS) +jansson +libcap +libedit +libopenssl +libsqlite3 +libuuid +libxml2 +zlib
+ DEPENDS:=$(CXX_DEPENDS) +jansson +libcap +libedit +libopenssl +libsqlite3 +libuuid +libxml2 +liburiparser +zlib
endef
define Package/asterisk15/description
diff --git a/net/asterisk-16.x/Makefile b/net/asterisk-16.x/Makefile
index 92f68f7..9d9378d 100644
--- a/net/asterisk-16.x/Makefile
......@@ -49,5 +35,5 @@ index 92f68f7..9d9378d 100644
define Package/$(PKG_NAME)/description
--
2.20.1
2.21.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment