Skip to content
Snippets Groups Projects
Verified Commit 5f0fbb5d authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches: telephony: add liburiparser for asterisk 16

parent 8487a8a3
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From a3e38265e5305ea331c6f026a19c16bcc9c8fda7 Mon Sep 17 00:00:00 2001
From 6f91fd42cfac7e9583d99047cf8a8ba7c35ce0b6 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}: add liburiparser as dependency
Subject: [PATCH] asterisk{13,15,16}: add liburiparser as dependency
---
net/asterisk-13.x/Makefile | 2 +-
net/asterisk-15.x/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
net/asterisk-16.x/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile
index eee6de0..8faafb1 100644
......@@ -22,7 +23,7 @@ index eee6de0..8faafb1 100644
define Package/asterisk13/description
diff --git a/net/asterisk-15.x/Makefile b/net/asterisk-15.x/Makefile
index 5d4ed3e..e983baa 100644
index af7135a..2c643f6 100644
--- a/net/asterisk-15.x/Makefile
+++ b/net/asterisk-15.x/Makefile
@@ -431,7 +431,7 @@ define Package/asterisk15
......@@ -34,6 +35,19 @@ index 5d4ed3e..e983baa 100644
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
+++ b/net/asterisk-16.x/Makefile
@@ -442,7 +442,7 @@ define Package/$(PKG_NAME)
$(call Package/$(PKG_NAME)/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/$(PKG_NAME)/description
--
2.19.1
2.20.1
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