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

- Use FAT LTO objects in order to provide proper static library (boo#1133271).

OBS-URL: https://build.opensuse.org/request/show/698195
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=17
This commit is contained in:
Lee Duncan 2019-04-28 15:50:55 +00:00 committed by Git OBS Bridge
parent 1036ead3ef
commit 6ccad42deb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 26 11:28:12 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library (boo#1133271).
-------------------------------------------------------------------
Thu Oct 25 18:23:53 UTC 2018 - lduncan@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package open-isns
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -58,6 +58,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 --prefix=%{_prefix}