From e2b0165ded431a5e77ec46bc512361608ef3b262a82d9a5dfc1396e90313b161 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Aug 2019 08:13:24 +0000 Subject: [PATCH] Accepting request 720511 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720511 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpd?expand=0&rev=29 --- tcpd.changes | 5 +++++ tcpd.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tcpd.changes b/tcpd.changes index b0d2897..112da32 100644 --- a/tcpd.changes +++ b/tcpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:23:22 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Sat Jun 3 08:36:59 UTC 2017 - meissner@suse.com diff --git a/tcpd.spec b/tcpd.spec index e7ce927..9013ff7 100644 --- a/tcpd.spec +++ b/tcpd.spec @@ -1,7 +1,7 @@ # # spec file for package tcpd # -# Copyright (c) 2017 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/ # @@ -135,6 +135,7 @@ to compile and link programs against the TCP wrapper library. %patch33 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects make %{?_smp_mflags} linux CC="cc" %install