From 3c6e5e84ef5258e1be3372f6769db1f4cb239852deb37bba6405559ee60dc936 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Aug 2019 08:14:17 +0000 Subject: [PATCH] Accepting request 722578 from home:marxin:branches:security:netfilter - Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/722578 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=177 --- iproute2.changes | 5 +++++ iproute2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/iproute2.changes b/iproute2.changes index 75cc75c..eedcab9 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 07:00:32 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Fri Aug 2 07:02:32 UTC 2019 - Martin Liška diff --git a/iproute2.spec b/iproute2.spec index 29b5b6f..498115b 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -97,6 +97,7 @@ bash command line completion support for iproute. find . -name *.orig -delete %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects # build with -fPIC. For details see # https://bugzilla.novell.com/show_bug.cgi?id=388021 xt_libdir="$(pkg-config xtables --variable=xtlibdir)"