Authentication-Results: mail.roshless.com; dmarc=pass (p=none dis=none) header.from=xenrox.net
Authentication-Results: mail.roshless.com; spf=pass smtp.mailfrom=xenrox.net
Authentication-Results: mail.roshless.com;
	dkim=pass (2048-bit key; unprotected) header.d=xenrox.net header.i=@xenrox.net header.a=rsa-sha256 header.s=dkim header.b=HKZwIlW0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xenrox.net; s=dkim;
	t=1702089931; h=from:subject:date:message-id:to:cc:mime-version:
	 content-transfer-encoding; bh=oDkvZonRuq59CBCZdXhw8YmlqnRw8MGbyBazjZggOa0=;
	b=HKZwIlW0VS5xo4G51+Jlh4TttoBkcCs/I/nZrIOqtQLqeuJz68q6fiadf+lS/puINmqYTu
	h6T34mYZ9y2NClSgbEuWov02rMdZMlYIKiVplWIAi7rC6QvFRd+p4yC/HWUPOnyoCMBR+N
	wEr+QntSmBN9tVkRE8qXg/oCUjCI0cY0dEABE3JcidHqgT3i80dCH7HeEzSvU1cquZ8oaF
	SHiJ/z/lcGDAbcIJ3Lw2vAIBH1Q9Q3Xwb5piTNACRKqzsYC2yCUk+N4I7ux8YRbZpWcqm4
	6wsEvoYQcKJOCGrfA3nPM8FyLLEECdHUE17WNP1CGIv0DezwfGGsuR2E7c2x1A==
From: =?UTF-8?q?Thorben=20G=C3=BCnther?= <admin@xenrox.net>
To: ~roshless/public-inbox@lists.roshless.me
Cc: =?UTF-8?q?Thorben=20G=C3=BCnther?= <admin@xenrox.net>
Subject: [PATCH PKGBUILDs] Disable LTO
Date: Sat,  9 Dec 2023 03:44:58 +0100
Message-ID: <20231209024525.497205-1-admin@xenrox.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Last-TLS-Session-Version: TLSv1.3

---
This does not build otherwise in a chroot with aurutils.

 pushgateway/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pushgateway/PKGBUILD b/pushgateway/PKGBUILD
index f09b3c9..ee17922 100644
--- a/pushgateway/PKGBUILD
+++ b/pushgateway/PKGBUILD
@@ -3,13 +3,14 @@

 pkgname=pushgateway
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Prometheus push acceptor for ephemeral and batch jobs."
 arch=('x86_64')
 url="https://github.com/prometheus/pushgateway"
 license=('Apache')
 depends=('glibc')
 makedepends=('go' 'git')
+options=('!lto')
 source=("https://github.com/prometheus/pushgateway/archive/v${pkgver}.tar.gz"
 	"pushgateway.service")


base-commit: bf01998025e3dc6e37372d51679b4fec2da909a5
--
2.43.0
