summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2024-02-17 00:39:18 +0700
committerKonstantin Shalygin2024-02-17 00:39:18 +0700
commitd31c70971dc7b55e95d45e8969e510fcae7971b7 (patch)
tree8665e60bf8e6235cda74a98d590c727f87b52983
parentc929379d38f8c1ee767f1ced72f0e93f89ea09f8 (diff)
downloadaur-d31c70971dc7b55e95d45e8969e510fcae7971b7.tar.gz
Disable LTO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34d9bde338d..5d2a949daf33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ovirt_exporter
pkgdesc = Exporter for oVirt engine metrics
pkgver = 0.10.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/czerwonk/ovirt_exporter
arch = x86_64
arch = aarch64
license = MIT
makedepends = go
+ options = !lto
backup = etc/conf.d/prometheus-ovirt-exporter
source = https://github.com/czerwonk/ovirt_exporter/archive/refs/tags/0.10.1.tar.gz
source = prometheus-ovirt-exporter
diff --git a/PKGBUILD b/PKGBUILD
index 8a5448d72153..888d5e373ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,10 @@
pkgbase='ovirt_exporter'
pkgname='prometheus-ovirt-exporter'
pkgver='0.10.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Exporter for oVirt engine metrics'
arch=('x86_64' 'aarch64')
+options=(!lto)
_uri='github.com/czerwonk'
url="https://${_uri}/${pkgbase}"
license=('MIT')