[arch-commits] Commit in sequoia/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Sun Jan 30 13:57:20 UTC 2022


    Date: Sunday, January 30, 2022 @ 13:57:20
  Author: freswa
Revision: 1120235

disable lto in order to allow rebuilding against openssl 3.0

Modified:
  sequoia/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 13:39:38 UTC (rev 1120234)
+++ PKGBUILD	2022-01-30 13:57:20 UTC (rev 1120235)
@@ -14,7 +14,7 @@
              'glibc' 'nettle' 'sqlite' 'capnproto' 'openssl' 'gcc-libs' 'gmp'
              'bzip2' 'libbz2.so' 'libhogweed.so' 'libnettle.so')
 checkdepends=('python-pytest' 'python-pytest-runner')
-options=('!makeflags')
+options=('!makeflags' '!lto')
 source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=openpgp/v${pkgver}?signed")
 sha512sums=('SKIP')
 validpgpkeys=(



More information about the arch-commits mailing list