- 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
This commit is contained in:
Reinhard Max 2019-07-23 06:59:20 +00:00 committed by Git OBS Bridge
parent fd113eb062
commit 61593cd245
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 06:58:55 UTC 2019 - Reinhard Max <max@suse.com>
- Use FAT LTO objects in order to provide proper static
library (boo#1138797).
-------------------------------------------------------------------
Wed Dec 12 16:57:36 UTC 2018 - Reinhard Max <max@suse.com>

View File

@ -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 \