SHA256
1
0
forked from pool/elfutils

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
This commit is contained in:
Dominique Leuenberger 2021-02-07 14:13:41 +00:00 committed by Git OBS Bridge
parent 99fd41ea68
commit 3e7a195a12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 20 12:16:31 UTC 2021 - Martin Liška <mliska@suse.cz>
- Enable LTO (boo#1138796) for elfutils.spec.
-------------------------------------------------------------------
Mon Nov 30 12:03:29 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -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")"