summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Torres2023-12-09 02:43:59 +0000
committerRalph Torres2023-12-09 02:43:59 +0000
commit18dab186a252335e48bbd41861eeeab95ec472f6 (patch)
treebd6a32a508cc725f1ccfbd0dd10aad7f9fc573f6
parent8a949ac19c6f031a9ed5891f607c032a2f771a53 (diff)
downloadaur-18dab186a252335e48bbd41861eeeab95ec472f6.tar.gz
disable lto
In some machines, building the package fails due to ring crate and (gcc) compiler linking issue. Refer: https://github.com/briansmith/ring/issues/1444
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3bc4da1e072..84f0e175695f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tiny-git
pkgdesc = A terminal IRC client written in Rust
pkgver = 0.11.0.r21.65f367e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/osa1/tiny
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = tiny-git
provides = tiny
conflicts = tiny
replaces = tiny-irc-client-git
+ options = !lto
source = git+https://github.com/osa1/tiny
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index afc99f349548..89aa61235c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
_pkgname=tiny
pkgname=$_pkgname-git
pkgver=0.11.0.r21.65f367e
-pkgrel=1
+pkgrel=2
pkgdesc='A terminal IRC client written in Rust'
arch=(x86_64)
url=https://github.com/osa1/tiny
license=(MIT)
+options=(!lto)
provides=($_pkgname)
conflicts=($_pkgname)