- 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:
parent
fd113eb062
commit
61593cd245
@ -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>
|
Wed Dec 12 16:57:36 UTC 2018 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
3
tk.spec
3
tk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -100,6 +100,7 @@ Authors:
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
cd unix
|
cd unix
|
||||||
%configure \
|
%configure \
|
||||||
--with-tcl=%_libdir \
|
--with-tcl=%_libdir \
|
||||||
|
Loading…
Reference in New Issue
Block a user