asterisk: disable uriparser 609/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 27 Jan 2021 09:50:15 +0000 (10:50 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 27 Jan 2021 10:04:29 +0000 (11:04 +0100)
commitba73572d3ef852e2c22ac64660ce21c3020007bb
treec74ecd849e4d105ddf6098d8fa4a80c5f7ba69af
parentf929face4187b3766bca34b8bfe8312b90a519b3
asterisk: disable uriparser

Uriparser is a compliant URI parsing and handling library for RFC 3986.
For now, this is not included in OpenWrt feeds, but in Turris OS
uriparser is used as dependency for Updater-ng.

When Asterisk finds in build system there is uriparser or anything else mentioned in configure,
it tries to enable it by default. This applies to every package in
OpenWrt and because of that new packages which are added to OpenWrt tries to disable almost
everything by default. Because if someone adds library, some packages
are not compiled or tested.

Fixes:
Package asterisk is missing dependencies for the following libraries:
liburiparser.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/asterisk/Makefile