summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122023-09-03 18:12:34 +0200
committerwillemw122023-09-03 18:12:34 +0200
commit9d7a4b63edccaac671b8d62c9aa7c3b1bbf87404 (patch)
treea379f67fcd88bcd50cf2afcc074192c3f84ea960
parent7c534dae346e91687246f98630bfe050324faf6f (diff)
downloadaur-9d7a4b63edccaac671b8d62c9aa7c3b1bbf87404.tar.gz
Add !lto to 'options' to avoid a build error
See https://tvheadend.org/issues/6026
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048fa5b2f990..968ee9b16d95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server and DVR
- pkgver = 4.3.r2120.g18effa8
+ pkgver = 4.3.r2154.gec56067
pkgrel = 1
url = https://tvheadend.org/
arch = aarch64
@@ -31,6 +31,7 @@ pkgbase = tvheadend-git
optdepends = xmltv: alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
+ options = !lto
options = !strip
options = emptydirs
source = tvheadend-git::git+https://github.com/tvheadend/tvheadend.git
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"