summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122023-09-03 18:12:34 +0200
committerwillemw122023-09-03 18:12:34 +0200
commit9d7a4b63edccaac671b8d62c9aa7c3b1bbf87404 (patch)
treea379f67fcd88bcd50cf2afcc074192c3f84ea960 /PKGBUILD
parent7c534dae346e91687246f98630bfe050324faf6f (diff)
downloadaur-9d7a4b63edccaac671b8d62c9aa7c3b1bbf87404.tar.gz
Add !lto to 'options' to avoid a build error
See https://tvheadend.org/issues/6026
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2e6aee3e6ac..27451bf739c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-pkgver=4.3.r2120.g18effa8
+pkgver=4.3.r2154.gec56067
pkgrel=1
pkgdesc='TV streaming server and DVR'
#arch=(x86_64)
@@ -16,7 +16,8 @@ depends=(avahi ffmpeg4.4 libdvbcsa libfdk-aac libhdhomerun libogg libtheora libv
openssl opus pcre2 pngquant uriparser x264 x265)
makedepends=(git python)
optdepends=('xmltv: alternative source of programme listings')
-options=('!strip' emptydirs)
+# NOTE: !lto : avoid build error. See https://tvheadend.org/issues/6026
+options=(!lto !strip emptydirs)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+https://github.com/tvheadend/tvheadend.git"