Accepting request 697748 from home:marxin:branches:security:apparmor

- Disable LTO (boo#1133091).

OBS-URL: https://build.opensuse.org/request/show/697748
OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=242
This commit is contained in:
Christian Boltz 2019-04-25 08:20:14 +00:00 committed by Git OBS Bridge
parent 901b8032a7
commit bdfa577764
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 23 11:34:08 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133091).
-------------------------------------------------------------------
Sun Apr 14 13:59:55 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -376,6 +376,7 @@ SubDomain.
%patch13 -p1
%build
%define _lto_cflags %{nil}
export SUSE_ASNEEDED=0
%if %{with python3}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 23 11:34:08 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133091).
-------------------------------------------------------------------
Fri Dec 21 12:58:02 UTC 2018 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -69,6 +69,7 @@ AppArmor API.
%setup -q -n apparmor-%{version}
%build
%define _lto_cflags %{nil}
(
cd ./libraries/libapparmor
%configure \