summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArnaud Berthomier2022-05-26 21:58:21 -0500
committerArnaud Berthomier2022-05-26 21:58:21 -0500
commitd4aecf03a9e8937ddf193835885b6f358e164b20 (patch)
tree1a2e59a7839b61cbf60a3d9169f30b1e4f4d2ad6 /PKGBUILD
parent5e0cbd2610ce385fe228db1fcca7ac15629efbda (diff)
downloadaur-telegram-tdlib.tar.gz
Disable lto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bef083c3c907..8f2457cb30e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=telegram-tdlib
pkgname=${_pkgname}
pkgver=1.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='Cross-platform library for building Telegram clients'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://core.telegram.org/tdlib'
@@ -12,6 +12,7 @@ depends=('openssl' 'zlib')
makedepends=('make' 'gcc' 'cmake' 'gperf' 'git')
provides=('telegram-tdlib')
conflicts=('telegram-tdlib')
+options=('!lto')
source=("https://github.com/tdlib/td/archive/v$pkgver.tar.gz")
sha256sums=('30d560205fe82fb811cd57a8fcbc7ac853a5b6195e9cb9e6ff142f5e2d8be217')