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

Frederik Schwan freswa at gemini.archlinux.org
Sun Jan 30 14:02:13 UTC 2022


    Date: Sunday, January 30, 2022 @ 14:02:13
  Author: freswa
Revision: 1120236

disable lto to in order to allow rebuilding again

Modified:
  sequoia-sq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 13:57:20 UTC (rev 1120235)
+++ PKGBUILD	2022-01-30 14:02:13 UTC (rev 1120236)
@@ -12,6 +12,7 @@
 depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
          'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
 makedepends=('git' 'cargo' 'clang')
+options=('!lto')
 source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed")
 sha512sums=('SKIP')
 validpgpkeys=(



More information about the arch-commits mailing list