1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00

tvheadend: disable uriparser

This avoids to add liburiparser as dependency.

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

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2022-01-21 11:01:29 +01:00
parent 0f0c7b8ea4
commit 0449c109e7
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C

View File

@ -209,6 +209,7 @@ CONFIGURE_ARGS += \
--disable-libfdkaac_static \ --disable-libfdkaac_static \
--disable-pcloud_cache \ --disable-pcloud_cache \
--enable-bundle \ --enable-bundle \
--disable-uripaser \
--nowerror=unused-variable --nowerror=unused-variable
## Transcoding | Remove these from CONFIGURE_ARGS. ## Transcoding | Remove these from CONFIGURE_ARGS.