Accepting request 728553 from home:tiwai:branches:multimedia:libs

- Disable LTO completely (boo#1149612);
  the versioned symbols in alsa-lib doesn't seem work properly on
  some apps

OBS-URL: https://build.opensuse.org/request/show/728553
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=255
This commit is contained in:
Takashi Iwai 2019-09-05 15:37:17 +00:00 committed by Git OBS Bridge
parent 4f970fe93d
commit 0f0813bc32
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 5 16:41:17 CEST 2019 - tiwai@suse.de
- Disable LTO completely (boo#1149612);
the versioned symbols in alsa-lib doesn't seem work properly on
some apps
-------------------------------------------------------------------
Tue May 28 12:32:16 CEST 2019 - tiwai@suse.de

View File

@ -165,8 +165,8 @@ Architecture.
%patch101 -p1
%build
# need the extra option for some workround (bsc#1133086)
%global _lto_cflags %{_lto_cflags} -flto-partition=none
# disable LTO; otherwise some apps confused with versioned symbols (boo#1149461)
%define _lto_cflags %{nil}
export AUTOMAKE_JOBS="%{?_smp_mflags}"
# build alsa-lib
autoreconf -fi