SHA256
3
0
forked from pool/elfutils

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

- Disable LTO (boo#1138796).

OBS-URL: https://build.opensuse.org/request/show/711044
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=132
This commit is contained in:
Richard Biener 2019-06-24 09:44:45 +00:00 committed by Git OBS Bridge
parent a45cb6317b
commit 647dfcb16d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 20 09:32:49 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1138796).
-------------------------------------------------------------------
Tue Jun 4 10:43:46 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -143,6 +143,7 @@ applications that require libdw.
%patch4 -p1
%build
%define _lto_cflags %{nil}
# Change DATE/TIME macros to use last change time of elfutils.changes
# See http://lists.opensuse.org/opensuse-factory/2011-05/msg00304.html
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"