summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122024-03-17 10:14:56 +0100
committerwillemw122024-03-17 10:14:56 +0100
commit00156af6e40512ae6ddd78c5de7c615872ac3b8d (patch)
tree428d4af472cddec1c202aed80da13da4179fd77b /PKGBUILD
parentb63f9d52472a8f24e3ff84f7d4b35c2074a7c673 (diff)
downloadaur-00156af6e40512ae6ddd78c5de7c615872ac3b8d.tar.gz
Remove !lto from 'options'
Also compiles now when LTO is enabled.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74ae3434fe24..90d9d6f05d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-pkgver=4.3.r2165.gdd884b8
+pkgver=4.3.r2167.g583de23
pkgrel=1
pkgdesc='TV streaming server and DVR'
#arch=(x86_64)
@@ -15,8 +15,7 @@ depends=(avahi ffmpeg libdvbcsa libfdk-aac libhdhomerun libogg libtheora libvorb
openssl opus pcre2 pngquant uriparser x264 x265)
makedepends=(git python)
optdepends=('xmltv: alternative source of programme listings')
-# NOTE: !lto : to avoid build errors in case lto is enabled (in makepkg.conf). See https://tvheadend.org/issues/6026
-options=(!lto !strip emptydirs)
+options=(!strip emptydirs)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+https://github.com/tvheadend/tvheadend.git"