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

Frederik Schwan freswa at gemini.archlinux.org
Sun Jan 30 13:28:09 UTC 2022


    Date: Sunday, January 30, 2022 @ 13:28:08
  Author: freswa
Revision: 1120230

disable lto in order to allow openssl 3.0 builds

Modified:
  cargo-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 12:07:12 UTC (rev 1120229)
+++ PKGBUILD	2022-01-30 13:28:08 UTC (rev 1120230)
@@ -8,6 +8,7 @@
 depends=('cargo')
 arch=('x86_64')
 license=('MIT' 'APACHE')
+options=(!lto)
 source=("https://github.com/RustSec/rustsec/archive/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('f0370c87c7a7976387303c7b5cc06651979968358b4f4dc867d30d65fab4d323')
 b2sums=('95b71e78b689e3fa19ba38b4ee427cf231e320fdfa9070a1a19932a29fe5502c647b8dee4c713a1b11822a3871e58e1566246b279e02b5124bea9b36ba58b89d')



More information about the arch-commits mailing list