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

- Move back "%global _lto_cflags ..." line as it's needed
  for the following error:
  E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libisns.a.
  The recursion in macro was caused by fact that the macro was not
  defined for some time in prjconfig.

OBS-URL: https://build.opensuse.org/request/show/742014
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2019-10-23 09:11:18 +00:00 committed by Git OBS Bridge
parent 967a364187
commit a7f5116989
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 23 08:08:55 UTC 2019 - Martin Liška <mliska@suse.cz>
- Move back "%global _lto_cflags ..." line as it's needed
for the following error:
E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libisns.a.
The recursion in macro was caused by fact that the macro was not
defined for some time in prjconfig.
-------------------------------------------------------------------
Fri Oct 4 18:26:01 UTC 2019 - Lee Duncan <lduncan@suse.com>

View File

@ -57,6 +57,7 @@ Files to develop an application using the open-isns library.
%setup -n %{name}-%{version}
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoconf
autoheader
%configure