From 61593cd24505c6590fb9e3e32a6f3714505b3e482d7dcec94570f14da00d947d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 23 Jul 2019 06:59:20 +0000 Subject: [PATCH] - Use FAT LTO objects in order to provide proper static library (boo#1138797). OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=72 --- tk.changes | 6 ++++++ tk.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tk.changes b/tk.changes index f1e088d..5040c05 100644 --- a/tk.changes +++ b/tk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 06:58:55 UTC 2019 - Reinhard Max + +- Use FAT LTO objects in order to provide proper static + library (boo#1138797). + ------------------------------------------------------------------- Wed Dec 12 16:57:36 UTC 2018 - Reinhard Max diff --git a/tk.spec b/tk.spec index 7d8d8d8..0ea1342 100644 --- a/tk.spec +++ b/tk.spec @@ -1,7 +1,7 @@ # # spec file for package tk # -# 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 @@ -100,6 +100,7 @@ Authors: %patch1 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects cd unix %configure \ --with-tcl=%_libdir \