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

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


    Date: Sunday, January 30, 2022 @ 13:37:30
  Author: freswa
Revision: 1120232

disable lto in order to allow openssl 3.0 rebuilds

Modified:
  spotifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 13:33:34 UTC (rev 1120231)
+++ PKGBUILD	2022-01-30 13:37:30 UTC (rev 1120232)
@@ -12,6 +12,7 @@
 license=('GPL3')
 depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
 makedepends=('rust')
+options=(!lto)
 source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 b2sums=('9061e5a0d65dcf36822331001f626a45cfc50e41b77b4d1d0a9a5a7245de9088f837489cf485a83edf25863f31aa90b42b1e0dd22bd44f74410f092701a6d1cc')
 



More information about the arch-commits mailing list