diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-23 03:31:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-28 14:22:38 +0100 |
commit | e53ab7624af6ccc60a490558f1050120db032cc4 (patch) | |
tree | ba467ff40e7bbfc489801900a105c32fad6bdd65 /package/asterisk | |
parent | 4b7a30b3aa01d1e9f4279da9e084261ff7fb1bdd (diff) |
asterisk: needs libxslt
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 4352c5f2f..b9a20beb0 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -10,9 +10,9 @@ PKG_HASH:= 8f68e1789dfb8aa04b0eba87ea1d599a62e088ddd20926afc997f36b455e1859 PKG_DESCR:= open source pbx PKG_SECTION:= net/voip PKG_DEPENDS:= libncurses libcurl libressl libedit libuuid libjansson -PKG_DEPENDS+= libxml2 libsqlite +PKG_DEPENDS+= libxml2 libsqlite libxslt PKG_BUILDDEP:= ncurses zlib curl popt libressl libedit util-linux libjansson -PKG_BUILDDEP+= libxml2 sqlite +PKG_BUILDDEP+= libxml2 sqlite libxslt PKG_NEEDS:= threads c++ PKG_URL:= http://www.asterisk.org/ PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ |