Dominique Leuenberger 2019-10-25 16:40:50 +00:00 committed by Git OBS Bridge
commit 0450290f7f
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