Dominique Leuenberger 2019-11-01 14:13:24 +00:00 committed by Git OBS Bridge
commit 3557dac651
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