git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0f0c7b8
)
tvheadend: disable uriparser
author
Josef Schlehofer
<redacted>
Fri, 21 Jan 2022 10:01:29 +0000
(11:01 +0100)
committer
Josef Schlehofer
<redacted>
Fri, 21 Jan 2022 10:06:26 +0000
(11:06 +0100)
This avoids to add liburiparser as dependency.
Package tvheadend is missing dependencies for the following libraries:
liburiparser.so.1
Signed-off-by: Josef Schlehofer <redacted>
multimedia/tvheadend/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/tvheadend/Makefile
b/multimedia/tvheadend/Makefile
index 4de391cc31ec95026000ebf210af1da816797e5e..f23e898aa368c49635abd3adb28aa51b20485bfd 100644
(file)
--- a/
multimedia/tvheadend/Makefile
+++ b/
multimedia/tvheadend/Makefile
@@
-209,6
+209,7
@@
CONFIGURE_ARGS += \
--disable-libfdkaac_static \
--disable-pcloud_cache \
--enable-bundle \
+ --disable-uripaser \
--nowerror=unused-variable
## Transcoding | Remove these from CONFIGURE_ARGS.
git clone https://git.99rst.org/PROJECT