summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2022-06-20 10:03:57 +0200
committerMaciek Borzecki2022-06-20 10:03:57 +0200
commit07aff9911d16c71c854901ca2fbf51fceaacd7bd (patch)
tree592e1d5fa188d52b97b103674918a6fb91752e12
parent7a253905f2484eb82e109d0b43134f80dd436a6c (diff)
downloadaur-07aff9911d16c71c854901ca2fbf51fceaacd7bd.tar.gz
snapd: mark the package as incompatible with lto
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed98aadb21a..3cff17608a0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,6 +27,7 @@ pkgbase = snapd
conflicts = snap-confine
options = !strip
options = emptydirs
+ options = !lto
source = snapd-2.56.1.tar.xz::https://github.com/snapcore/snapd/releases/download/2.56.1/snapd_2.56.1.vendor.tar.xz
sha256sums = e48794e5432655dbfc8ef00f69c3c4e1b321a3f42471402ccb254c740eadfc64
diff --git a/PKGBUILD b/PKGBUILD
index 0278eac59ebe..f88ae23474a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs' 'python-docutils' 'apparmor')
conflicts=('snap-confine')
-options=('!strip' 'emptydirs')
+options=('!strip' 'emptydirs' '!lto')
install=snapd.install
source=(
"$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz"