summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bergqvist2024-02-09 12:36:06 +0000
committerJohn Bergqvist2024-02-09 12:36:06 +0000
commit6d51d6c32a2599ccb9c87db153a38565d4782d08 (patch)
tree9a7f1f2f10340f076c59e102cd70eb70b10ad653
parente23828945f43ca347f91b2efd7da45934ce01e6b (diff)
downloadaur-6d51d6c32a2599ccb9c87db153a38565d4782d08.tar.gz
Disable Link Time Optimization because it breaks the build
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c75704f1d70..8abbd28400df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -69,6 +69,7 @@ pkgbase = mythtv-git
optdepends = python-simplejson: Python bindings
provides = mythtv
conflicts = mythtv
+ options = !lto
source = git+https://github.com/MythTV/mythtv#branch=fixes/33
source = mythbackend.service
source = mythtv.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 8ab2e9382cad..d4ae0e8b1b45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,6 +82,7 @@ optdepends=(
'python-requests-cache: Python bindings'
'python-simplejson: Python bindings'
)
+options=(!lto)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(