From 98f2370fe1db58b309b64425ab956e8f2025fd755133a7b1b105e45e384b7ecd Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Thu, 8 Aug 2019 12:27:08 +0000 Subject: [PATCH] Accepting request 720449 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720449 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=195 --- hwinfo.changes | 5 +++++ hwinfo.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 .