Dominique Leuenberger 2019-08-27 13:25:34 +00:00 committed by Git OBS Bridge
commit 75c47250f2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 19 11:13:05 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Disable LTO on ppc64le for now, as it fails to build when enabled
(boo#1146096).
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 10 21:45:53 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sat Aug 10 21:45:53 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -15,6 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
# Build failure with LTO enabled on ppc64le boo#1146096
%ifarch ppc64le
%define _lto_cflags %{nil}
%endif
# The ADE required for gapi is not yet packaged, disable it for now # The ADE required for gapi is not yet packaged, disable it for now
%bcond_with gapi %bcond_with gapi