summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-11-01 11:29:59 +0100
committergit user2023-11-01 11:29:59 +0100
commite32baad5db0a1ba998fc240260244100c3ad918c (patch)
tree3d602cab2126c1338d4aa094ed4de3d5a32bf405
parent0917184977cae62a714717f32e28ae92d779feb3 (diff)
downloadaur-e32baad5db0a1ba998fc240260244100c3ad918c.tar.gz
dded options+=('!lto') as LTO breaks build.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37540da26eaa..2d904dc857c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dptf-git
pkgdesc = Intel (R) Dynamic Platform and Thermal Framework (Intel (R) DPTF)
pkgver = 9.0.11402.build38022.r100.20230911.00b9ac15
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/intel/dptf
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = dptf-git
depends = readline
provides = dptf=9.0.11402.build38022.r100.20230911.00b9ac15
conflicts = dptf
+ options = !lto
backup = etc/dptf/dsp.dv
source = dptf::git+https://github.com/intel/dptf.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6fcf45735e2c..096b9919e29b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dptf
pkgname="${_pkgname}-git"
epoch=1
pkgver=9.0.11402.build38022.r100.20230911.00b9ac15
-pkgrel=2
+pkgrel=3
pkgdesc='Intel (R) Dynamic Platform and Thermal Framework (Intel (R) DPTF)'
arch=('x86_64')
url='https://github.com/intel/dptf'
@@ -18,7 +18,7 @@ backup=(
)
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')
-
+options+=('!lto')
pkgver() {
cd "${srcdir}/${_pkgname}"