diff --git a/hwinfo.changes b/hwinfo.changes index 26faeaf..9877900 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 07:00:45 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + -------------------------------------------------------------------- Fri Jul 19 13:56:55 UTC 2019 - wfeldt@opensuse.org diff --git a/hwinfo.spec b/hwinfo.spec index 7a8c978..7e74eab 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -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/ # @@ -76,6 +76,7 @@ system. %setup %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects make static # make copy of static library for installation cp src/libhd.a .