Accepting request 743591 from home:lee_duncan:branches:Base:System

- Updated SPEC file %_lto_cflags definition so that it does not
  cause recursion.

OBS-URL: https://build.opensuse.org/request/show/743591
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=25
This commit is contained in:
Lee Duncan 2019-10-28 17:53:30 +00:00 committed by Git OBS Bridge
parent a7f5116989
commit 9a4e88cb43
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 28 17:28:34 UTC 2019 - Lee Duncan <lduncan@suse.com>
- Updated SPEC file %_lto_cflags definition so that it does not
cause recursion.
-------------------------------------------------------------------
Wed Oct 23 08:08:55 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -57,7 +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
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
autoconf
autoheader
%configure