Accepting request 721742 from system:install:head
Use FAT LTO objects in order to provide proper static library. (forwarded request 720449 from marxin) OBS-URL: https://build.opensuse.org/request/show/721742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=170
This commit is contained in:
commit
ccce0d1744
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 2 07:00:45 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use FAT LTO objects in order to provide proper static library.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Fri Jul 19 13:56:55 UTC 2019 - wfeldt@opensuse.org
|
Fri Jul 19 13:56:55 UTC 2019 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -76,6 +76,7 @@ system.
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
make static
|
make static
|
||||||
# make copy of static library for installation
|
# make copy of static library for installation
|
||||||
cp src/libhd.a .
|
cp src/libhd.a .
|
||||||
|
Loading…
Reference in New Issue
Block a user