From b600045974a42abe08d310a701e982fbfb63ee79fa6b347978dd6216c1a4f8e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Aug 2019 08:26:28 +0000 Subject: [PATCH] Accepting request 720476 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720476 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=82 --- libtool-testsuite.spec | 5 +++-- libtool.changes | 5 +++++ libtool.spec | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libtool-testsuite.spec b/libtool-testsuite.spec index 1dd11eb..9726b18 100644 --- a/libtool-testsuite.spec +++ b/libtool-testsuite.spec @@ -1,7 +1,7 @@ # # spec file for package libtool-testsuite # -# 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/ # @@ -70,6 +70,7 @@ Library needed by programs that use the ltdl interface of GNU libtool. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects ./configure CFLAGS="%{optflags}" \ --prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir} # force rebuild with non-broken makeinfo diff --git a/libtool.changes b/libtool.changes index 99522da..1187790 100644 --- a/libtool.changes +++ b/libtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 07:59:41 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Sat Dec 8 17:55:47 UTC 2018 - meissner@suse.com diff --git a/libtool.spec b/libtool.spec index 17744fb..ecfc4a8 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,7 +1,7 @@ # # spec file for package libtool # -# 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/ # @@ -70,6 +70,7 @@ Library needed by programs that use the ltdl interface of GNU libtool. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects ./configure CFLAGS="%{optflags}" \ --prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir} # force rebuild with non-broken makeinfo