From 8a27e7585347a93617d0f016acc77656332cb0aa55d82c5856dc1a583b8b18a5 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 26 Apr 2019 11:37:49 +0000 Subject: [PATCH] Accepting request 698197 from home:marxin:branches:Base:System - Use FAT LTO objects in order to provide proper static library (boo#1133259). OBS-URL: https://build.opensuse.org/request/show/698197 OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=38 --- lzo.changes | 5 +++++ lzo.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lzo.changes b/lzo.changes index 631c498..69fc956 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 11:29:00 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library (boo#1133259). + ------------------------------------------------------------------- Wed Aug 8 15:12:37 UTC 2018 - jengelh@inai.de diff --git a/lzo.spec b/lzo.spec index bea85fa..7b27961 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,7 +1,7 @@ # # spec file for package lzo # -# 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/ # @@ -74,6 +74,7 @@ compression ratio. %setup -q %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects export CFLAGS="%{optflags} -fvisibility=hidden" %configure --enable-shared \ --enable-static \