Accepting request 728556 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/728556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa?expand=0&rev=193
This commit is contained in:
Dominique Leuenberger 2019-09-11 08:22:43 +00:00 committed by Git OBS Bridge
commit 79597e3c2e
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