From 3e7a195a126fdf18484b9317456192559c49b8f3c6d79ad3acefcda69c1bdc59 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 7 Feb 2021 14:13:41 +0000 Subject: [PATCH] Accepting request 867186 from Base:System Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/867186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=84 --- elfutils.changes | 5 +++++ elfutils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/elfutils.changes b/elfutils.changes index 5d1da83..de48140 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 20 12:16:31 UTC 2021 - Martin Liška + +- Enable LTO (boo#1138796) for elfutils.spec. + ------------------------------------------------------------------- Mon Nov 30 12:03:29 UTC 2020 - Martin Liška diff --git a/elfutils.spec b/elfutils.spec index ef61a76..408b97a 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -138,7 +138,7 @@ The package is dummy. %autosetup -p1 %build -%global _lto_cflags %{nil} +%global _lto_cflags %{_lto_cflags} -flto-partition=none -Wno-error=stack-usage= -ffat-lto-objects # 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")"