3
0

Accepting request 711122 from home:marxin:branches:Base:System

- Disable LTO as some warnings are emitted late and
  disappear with usage of -c (boo#1138834).

OBS-URL: https://build.opensuse.org/request/show/711122
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=132
This commit is contained in:
Dirk Mueller 2019-07-01 07:56:56 +00:00 committed by Git OBS Bridge
parent ace3a5a03f
commit ab7ce92c40
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 20 11:54:39 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO as some warnings are emitted late and
disappear with usage of -c (boo#1138834).
-------------------------------------------------------------------
Mon Oct 15 12:31:31 UTC 2018 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package post-build-checks
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -54,6 +54,7 @@ it may not be a good idea to install this to a running system:
%setup -q
%build
%define _lto_cflags %{nil}
# nothing to do
%install