From 87f4d1ac38325dbbc3b402c0e86824b0a9b725c836bef7221cd367d3b0304f36 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 27 Mar 2023 07:02:01 +0000 Subject: [PATCH] Accepting request 1074132 from home:marxin:branches:multimedia:libs - Enable LTO as the GCC issue is fixed with gcc13 (boo#1133278). OBS-URL: https://build.opensuse.org/request/show/1074132 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=261 --- pulseaudio.changes | 5 +++++ pulseaudio.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index d07285a..a1b3880 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 23 14:59:04 UTC 2023 - Martin Liška + +- Enable LTO as the GCC issue is fixed with gcc13 (boo#1133278). + ------------------------------------------------------------------- Thu Jan 26 15:20:09 UTC 2023 - Callum Farmer diff --git a/pulseaudio.spec b/pulseaudio.spec index ded4700..71b95be 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -15,7 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%ifarch armv7 armv7hl +# Tumbleweed compiler works fine on all platforms +%if 0%{?suse_version} < 1599 %define _lto_cflags %{nil} %endif