From 72845dcf41997d3ba535b9dc88ec03ff463789a9949a8e643b5cc7a482e540c0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Aug 2019 08:27:46 +0000 Subject: [PATCH] Accepting request 720477 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720477 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyajl?expand=0&rev=36 --- libyajl.changes | 5 +++++ libyajl.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libyajl.changes b/libyajl.changes index bdffd7b..84084d0 100644 --- a/libyajl.changes +++ b/libyajl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:00:08 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Mon Mar 25 16:58:41 UTC 2019 - olaf@aepfle.de diff --git a/libyajl.spec b/libyajl.spec index 61ec0d2..4ba6263 100644 --- a/libyajl.spec +++ b/libyajl.spec @@ -1,7 +1,7 @@ # # spec file for package libyajl # -# 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/ # @@ -91,6 +91,7 @@ This package provides a few command-line utilities for processing JSON files. %autosetup -p1 -n yajl-%{version} %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %cmake %cmake_build