From 647dfcb16d047614f5252e28c0a5b80c653b3a759b77443211b89ba2947217c5 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 24 Jun 2019 09:44:45 +0000 Subject: [PATCH] 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 --- elfutils.changes | 5 +++++ elfutils.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/elfutils.changes b/elfutils.changes index 24f73e9..26ebfe0 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 20 09:32:49 UTC 2019 - Martin Liška + +- Disable LTO (boo#1138796). + ------------------------------------------------------------------- Tue Jun 4 10:43:46 UTC 2019 - Dominique Leuenberger diff --git a/elfutils.spec b/elfutils.spec index 417c7b4..9e4b373 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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")"